Skip to content

Commit

Permalink
just work wasi, please
Browse files Browse the repository at this point in the history
Signed-off-by: Rajdeep Malakar <rajdeepm.dev@gmail.com>
  • Loading branch information
rustdevbtw authored Jul 15, 2024
1 parent 00d88ea commit d789825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
sudo ln -s /opt/wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi/* /usr/lib/llvm-18/lib/clang/18/lib/wasi/
rm *.tar.gz
echo "WASI_SYSROOT=/opt/wasi-sdk/share/wasi-sysroot" >> $GITHUB_ENV
echo "WASM_CC=/opt/wasi-sdk/bin/clang" >> $GITHUB_ENV
echo "WASM_CXX=/opt/wasi-sdk/bin/clang++" >> $GITHUB_ENV
- name: Build Flamewolf (Linux)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit d789825

Please sign in to comment.