mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-22 11:21:18 +02:00
Update switch_builds.yml
This commit is contained in:
parent
234b73251b
commit
25082d657e
7
.github/workflows/switch_builds.yml
vendored
7
.github/workflows/switch_builds.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user