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 00d88ea commit d789825Copy full SHA for d789825
.github/workflows/build.yml
@@ -53,6 +53,8 @@ jobs:
53
sudo ln -s /opt/wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi/* /usr/lib/llvm-18/lib/clang/18/lib/wasi/
54
rm *.tar.gz
55
echo "WASI_SYSROOT=/opt/wasi-sdk/share/wasi-sysroot" >> $GITHUB_ENV
56
+ echo "WASM_CC=/opt/wasi-sdk/bin/clang" >> $GITHUB_ENV
57
+ echo "WASM_CXX=/opt/wasi-sdk/bin/clang++" >> $GITHUB_ENV
58
59
- name: Build Flamewolf (Linux)
60
if: matrix.os == 'ubuntu-latest'
0 commit comments