Skip to content

Commit

Permalink
Merge pull request sysprog21#498 from ChinYikMing/bugfix/xPack-toolch…
Browse files Browse the repository at this point in the history
…ain-not-found

CI: Fix xPack toolchain not found when using
  • Loading branch information
jserv authored Oct 8, 2024
2 parents 51cb8db + ea5b06a commit 618f22a
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
Expand Up @@ -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
Expand Down

0 comments on commit 618f22a

Please sign in to comment.