Skip to content

Commit

Permalink
p8
Browse files Browse the repository at this point in the history
  • Loading branch information
nixxoq committed May 13, 2024
1 parent 872b09f commit c1cbbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A Win32 ..
cmake -G "Visual Studio 16 2019" -A Win32 -T v141_xp ..
cmake --build . --config Debug
- name: Upload artifact
Expand Down

0 comments on commit c1cbbfb

Please sign in to comment.