diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4c5032ce9..6fe2b876a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -63,7 +63,7 @@ jobs: if: steps.cache-WinDeps.outputs.cache-hit != 'true' run: | pwd - ls -R + ls -R .. curl -o CrabNet.7z -L https://github.com/DreamWeave-MP/CrabNet/releases/download/Stable-CI/CrabNet-${{ runner.os }}-${{ matrix.BUILD_TYPE }}.7z 7z x -y CrabNet.7z -oextern/raknet CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 @@ -72,7 +72,7 @@ jobs: if: steps.cache-WinDeps.outputs.cache-hit == 'true' run: | pwd - ls -R + ls -R .. C:/Dreamweave/CI/before_script.msvc.sh -C -V -N -k -p Win64 -v 2022 -d -e - name: Build