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 Sep 17, 2024
1 parent 68a9961 commit c764bd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
# - name: Install OpenAL
# run: sudo apt install libopenal-dev

# Step 3: Change to the correct directory and build
# - name: Run build.bat
# continue-on-error: false # Ensure errors are not bypassed
# run: |
# cd $env:GITHUB_WORKSPACE\Pilot_Episode
# build.bat
Step 3: Change to the correct directory and build
- name: Run build.bat
continue-on-error: false # Ensure errors are not bypassed
run: |
cd $env:GITHUB_WORKSPACE\Pilot_Episode
./build.bat

0 comments on commit c764bd0

Please sign in to comment.