Skip to content

Commit

Permalink
TEST: Ask for more details about the path (where tf is the repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 23, 2024
1 parent 4aa6ec1 commit 57fc303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 57fc303

Please sign in to comment.