Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersondaniel committed Jan 10, 2024
1 parent 543b3f6 commit 2379fc2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-html5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,11 @@ jobs:
version: ${{env.EMSDK_VERSION}}

- name: Compile native lib for wasm
uses: actions-rs/cargo@v1
working-directory: ./source/native
with:
toolchain: nightly-2023-11-10
command: build
args: --target wasm32-unknown-emscripten --release
env:
C_INCLUDE_PATH: ${{env.EMSDK}}/upstream/emscripten/cache/sysroot/include/
run: |
cargo +nightly-2023-11-10 build --target=wasm32-unknown-emscripten --release
- name: Build
run: |
Expand Down

0 comments on commit 2379fc2

Please sign in to comment.