From c764bd05ef89f8ae32f59897bef83d57ba32c785 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin <32767250+razterizer@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:22:42 +0200 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 410e4ff..cc2df94 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -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