Update switch_builds.yml

This commit is contained in:
Nguyen Truong An 2025-02-25 12:45:55 +01:00 committed by GitHub
parent 234b73251b
commit 25082d657e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,11 @@ jobs:
uses: ./.github/actions/godot-cache-restore
continue-on-error: true
- name: Setup python and scons
uses: ./.github/actions/godot-deps
- name: Install scons from pip
run: |
sudo apt-get update
sudo apt-get -y install python3-pip
sudo python3 -m pip install scons
- name: Compilation
uses: ./.github/actions/godot-build