Skip to content

Commit

Permalink
Update build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
razterizer authored Dec 9, 2024
1 parent d7d09db commit 066cdca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,13 @@ jobs:
# Step 2: Move to the parent directory and fetch dependencies
- name: Fetch dependencies
run: |
cd ..
pwd
dir
cd $env:GITHUB_WORKSPACE\..
./Pilot_Episode/fetch-dependencies.py Pilot_Episode/dependencies -y
# Step 3: Change to the correct directory and build
- name: Run build.bat
continue-on-error: false # Ensure errors are not bypassed
run: |
pwd
cd $env:GITHUB_WORKSPACE\Pilot_Episode
./build.bat

0 comments on commit 066cdca

Please sign in to comment.