From 5d5535e50b66c4ce2f0d6f6c0d51343d5bad7248 Mon Sep 17 00:00:00 2001 From: Nguyen Truong An <79207918+flashshare@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:00:33 +0100 Subject: [PATCH] Update switch_builds.yml --- .github/workflows/switch_builds.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/switch_builds.yml b/.github/workflows/switch_builds.yml index b29881932..2b0719abd 100644 --- a/.github/workflows/switch_builds.yml +++ b/.github/workflows/switch_builds.yml @@ -27,12 +27,8 @@ jobs: sudo python3 -m pip install scons - name: Compilation - uses: ./.github/actions/godot-build - with: - sconsflags: ${{ env.SCONSFLAGS }} - platform: switch - target: release - tools: false + run: | + scons -j2 verbose=yes warnings=all werror=no platform=switch target=release tools=no - name: Save Godot build cache uses: ./.github/actions/godot-cache-save