We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc04461 commit 53aaab0Copy full SHA for 53aaab0
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
sudo apt-get update -q -y
45
sudo apt-get install -q -y libsdl2-dev libsdl2-mixer-dev
46
.ci/riscv-toolchain-install.sh
47
- echo "${{ github.workspace }}/toolchain" >> $GITHUB_PATH
+ echo "${{ github.workspace }}/toolchain/bin" >> $GITHUB_PATH
48
wget https://apt.llvm.org/llvm.sh
49
sudo chmod +x ./llvm.sh
50
sudo ./llvm.sh 18
0 commit comments