Skip to content

Commit 618f22a

Browse files
authored
Merge pull request #498 from ChinYikMing/bugfix/xPack-toolchain-not-found
CI: Fix xPack toolchain not found when using
2 parents 51cb8db + ea5b06a commit 618f22a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
sudo apt-get update -q -y
4545
sudo apt-get install -q -y libsdl2-dev libsdl2-mixer-dev
4646
.ci/riscv-toolchain-install.sh
47+
echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
4748
wget https://apt.llvm.org/llvm.sh
4849
sudo chmod +x ./llvm.sh
4950
sudo ./llvm.sh 18

0 commit comments

Comments
 (0)