Skip to content

Commit

Permalink
Remove flatpack for now, it is broken in official PCSX2
Browse files Browse the repository at this point in the history
  • Loading branch information
LuminarLight committed May 18, 2024
1 parent 80da053 commit 8aeed40
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release_cut_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,22 @@ jobs:
stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
secrets: inherit

build_linux_flatpak:
if: github.repository == 'LuminarLight/pcsx2-sanity'
needs:
- cut-release
name: "Linux"
uses: ./.github/workflows/linux_build_flatpak.yml
with:
jobName: "Flatpak Build"
artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
compiler: clang
cmakeflags: ""
branch: "stable"
publish: false
fetchTags: true
stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
secrets: inherit
# build_linux_flatpak:
# if: github.repository == 'LuminarLight/pcsx2-sanity'
# needs:
# - cut-release
# name: "Linux"
# uses: ./.github/workflows/linux_build_flatpak.yml
# with:
# jobName: "Flatpak Build"
# artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
# compiler: clang
# cmakeflags: ""
# branch: "stable"
# publish: false
# fetchTags: true
# stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
# secrets: inherit

# Windows
build_windows_qt:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
if: github.repository == 'LuminarLight/pcsx2-sanity'
needs:
- cut-release
- build_linux_flatpak
# - build_linux_flatpak
- build_linux_qt
- build_windows_qt
- build_macos_qt
Expand Down

0 comments on commit 8aeed40

Please sign in to comment.