Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit de173ae

Browse files
authored
CI: Disable downloading and extracting Windows dependencies in nightly build workflow until I have a better solution to distribute them.
1 parent 07717d7 commit de173ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/buildwinrt.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
cd bin/resources
4646
aria2c -Z "https://github.com/PCSX2/pcsx2_patches/releases/tag/latest/download/patches.zip"
4747
48-
- name: Download Dependencies
49-
shell: cmd
50-
run: |
51-
aria2c -Z "https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/latest-windows-dependencies/pcsx2-windows-dependencies.7z"
48+
# - name: Download Dependencies
49+
# shell: cmd
50+
# run: |
51+
# aria2c -Z "https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/latest-windows-dependencies/pcsx2-windows-dependencies.7z"
5252

53-
- name: Extract some files
54-
run: 7z x pcsx2-windows-dependencies.7z -o"./"
53+
# - name: Extract some files
54+
# run: 7z x pcsx2-windows-dependencies.7z -o"./"
5555

5656
- name: Build the project
5757
run: msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /t:Restore,Rebuild /p:Configuration="${{ matrix.configuration }}" /p:Platform=x64 /t:restore,build /p:RestorePackagesConfig=true

0 commit comments

Comments
 (0)