Skip to content

Commit

Permalink
Merge pull request #1 from izzy2lost/uwp
Browse files Browse the repository at this point in the history
Update winrt.yml
  • Loading branch information
SternXD authored Jun 24, 2024
2 parents e027bed + 6eafe92 commit 3487537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/winrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
run: |
aria2c -Z "https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/latest-windows-dependencies/pcsx2-windows-dependencies.7z"
- name: Extract some files
run: 7z x pcsx2-windows-dependencies.7z
run: 7z x pcsx2-windows-dependencies.7z -o"./"

- name: Move files to root
run: mv pcsx2-windows-dependencies/deps/* .
- name: Build project
run: |
msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /p:Platform=x64 /p:Configuration="Release AVX2" /p:AppxPackageSigningEnabled=true /p:PackageCertificateKeyFile="xbsx2-winrt_TemporaryKey.pfx" /t:restore,build /p:RestorePackagesConfig=true
Expand Down

0 comments on commit 3487537

Please sign in to comment.