Skip to content

Commit

Permalink
CI: Fix xPack toolchain not found when using
Browse files Browse the repository at this point in the history
Issue found at: #463
ChinYikMing committed Oct 8, 2024
1 parent 51cb8db commit ea5b06a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ jobs:
sudo apt-get update -q -y
sudo apt-get install -q -y libsdl2-dev libsdl2-mixer-dev
.ci/riscv-toolchain-install.sh
echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
wget https://apt.llvm.org/llvm.sh
sudo chmod +x ./llvm.sh
sudo ./llvm.sh 18

0 comments on commit ea5b06a

Please sign in to comment.