Skip to content

Commit 9772d29

Browse files
committed
Disable Ubuntu and Mac OS build jobs in workflow
Comment out the build steps related to ubuntu and macOS in the workflow to focus on Windows builds only.
1 parent 54ee3f1 commit 9772d29

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ jobs:
167167
run: conan cache clean --source --build --download "*"
168168
shell: bash
169169

170+
# Remome 'build-ubuntu-docker' from the 'needs' list, only build Windows Versions
170171
create-release:
171-
needs: [build-ubuntu-docker, build]
172+
needs: [build]
172173
runs-on: ubuntu-latest
173174
if: (github.event_name == 'push' && github.ref == 'refs/heads/master')
174175

@@ -190,10 +191,10 @@ jobs:
190191
name: chatterino-windows-old-x86-64-Qt-6.7.3-symbols.pdb.7z
191192
path: release-artifacts/
192193

193-
- name: Copy flatpakref
194-
run: |
195-
cp .CI/chatterino-nightly.flatpakref release-artifacts/
196-
shell: bash
194+
- name: Copy flatpakref
195+
run: |
196+
cp .CI/chatterino-nightly.flatpakref release-artifacts/
197+
shell: bash
197198

198199
- name: Setup Python
199200
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)