Update switch_builds.yml

This commit is contained in:
Nguyen Truong An 2025-02-25 13:00:33 +01:00 committed by GitHub
parent 25082d657e
commit 5d5535e50b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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