File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -107,22 +107,22 @@ jobs:
107
107
stableBuild : ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
108
108
secrets : inherit
109
109
110
- build_linux_flatpak :
111
- if : github.repository == 'LuminarLight/pcsx2-sanity'
112
- needs :
113
- - cut-release
114
- name : " Linux"
115
- uses : ./.github/workflows/linux_build_flatpak.yml
116
- with :
117
- jobName : " Flatpak Build"
118
- artifactPrefixName : " PCSX2-linux-Qt-x64-flatpak"
119
- compiler : clang
120
- cmakeflags : " "
121
- branch : " stable"
122
- publish : false
123
- fetchTags : true
124
- stableBuild : ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
125
- secrets : inherit
110
+ # build_linux_flatpak:
111
+ # if: github.repository == 'LuminarLight/pcsx2-sanity'
112
+ # needs:
113
+ # - cut-release
114
+ # name: "Linux"
115
+ # uses: ./.github/workflows/linux_build_flatpak.yml
116
+ # with:
117
+ # jobName: "Flatpak Build"
118
+ # artifactPrefixName: "PCSX2-linux-Qt-x64-flatpak"
119
+ # compiler: clang
120
+ # cmakeflags: ""
121
+ # branch: "stable"
122
+ # publish: false
123
+ # fetchTags: true
124
+ # stableBuild: ${{ github.event_name == 'workflow_dispatch' && inputs.is_prelease == 'false' }}
125
+ # secrets: inherit
126
126
127
127
# Windows
128
128
build_windows_qt :
@@ -160,7 +160,7 @@ jobs:
160
160
if : github.repository == 'LuminarLight/pcsx2-sanity'
161
161
needs :
162
162
- cut-release
163
- - build_linux_flatpak
163
+ # - build_linux_flatpak
164
164
- build_linux_qt
165
165
- build_windows_qt
166
166
- build_macos_qt
You can’t perform that action at this time.
0 commit comments