From 25082d657e3e79fad52858e091647fbb90d6a057 Mon Sep 17 00:00:00 2001 From: Nguyen Truong An <79207918+flashshare@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:45:55 +0100 Subject: [PATCH] Update switch_builds.yml --- .github/workflows/switch_builds.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/switch_builds.yml b/.github/workflows/switch_builds.yml index 3bedf1c84..b29881932 100644 --- a/.github/workflows/switch_builds.yml +++ b/.github/workflows/switch_builds.yml @@ -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