From a80a68dd81d824fe114ae97a88b46756d59d75ba Mon Sep 17 00:00:00 2001 From: Nguyen Truong An <79207918+flashshare@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:38:57 +0100 Subject: [PATCH] Update switch_builds.yml --- .github/workflows/switch_builds.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/switch_builds.yml b/.github/workflows/switch_builds.yml index 5353e7226..869ca9fef 100644 --- a/.github/workflows/switch_builds.yml +++ b/.github/workflows/switch_builds.yml @@ -1,6 +1,5 @@ name: 🔄 Switch Builds -on: - workflow_call: +on: [push, pull_request] # Global Cache Settings env: @@ -15,7 +14,7 @@ jobs: name: Template (target=release, tools=no) steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Upload cache on completion and check it out now - name: Load .scons_cache directory @@ -39,7 +38,7 @@ jobs: env: SCONS_CACHE: ${{github.workspace}}/.scons_cache/ run: | - scons -j2 verbose=yes warnings=all werror=no platform=switch target=release tools=no + scons -j2 verbose=no warnings=no werror=no debug_symbols=no platform=switch target=release tools=no use_rtti=True disable_gles3=False - uses: actions/upload-artifact@v2 with: