From b686d3d896938a705b0a39413162dfc26da9ef3f Mon Sep 17 00:00:00 2001 From: Rasmus Anthin <32767250+razterizer@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:13:20 +0200 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4fdfc09..12a61d5 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -70,8 +70,8 @@ jobs: # 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 Pilot_Episode - # .\build.bat + - name: Run build.bat + continue-on-error: false # Ensure errors are not bypassed + run: | + cd Pilot_Episode + .\build.bat