Skip to content

Commit

Permalink
Merge pull request #156 from Faless/fix/ci_toolchain_urls
Browse files Browse the repository at this point in the history
[CI] Update toolchain URLs to use github releases
  • Loading branch information
Faless authored Dec 4, 2024
2 parents 49de259 + 355fdd9 commit 79bae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79bae8e

Please sign in to comment.