[CI] Update toolchain URLs to use github releases

This commit is contained in:
Fabio Alessandrelli
2024-12-04 15:01:55 +01:00
parent 49de259a08
commit 355fdd9051

View File

@@ -187,7 +187,7 @@ jobs:
if: ${{ matrix.platform == 'linux' }}
run: |
if [ ! -f ${{ matrix.buildroot }}.tar.bz2 ]; then
wget https://downloads.tuxfamily.org/godotengine/toolchains/linux/${{ matrix.buildroot }}.tar.bz2
wget https://github.com/godotengine/buildroot/releases/download/godot-2023.08.x-4/${{ matrix.buildroot }}.tar.bz2
fi
tar -xjf ${{ matrix.buildroot }}.tar.bz2
${{ matrix.buildroot }}/relocate-sdk.sh