We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598171f commit 39edd65Copy full SHA for 39edd65
.github/workflows/windows.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
curl -o CrabNet.7z -L https://github.com/DreamWeave-MP/CrabNet/releases/download/Stable-CI/CrabNet-${{ runner.os }}-${{ matrix.BUILD_TYPE }}.7z
66
7z x -y CrabNet.7z -oextern/raknet
67
- CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022
+ CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2019
68
69
- name: Configure
70
if: steps.cache-WinDeps.outputs.cache-hit == 'true'
0 commit comments