Skip to content

Commit

Permalink
fix: add missing steps in the GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 6, 2023
1 parent 1e45ee3 commit 668847b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install Wasm32-wasi target
run: rustup target add wasm32-wasi
- name: Build Rust examples
working-directory: ./examples
run: make all
- name: Build wws on release mode
run: cargo build --verbose --release
- name: Test
Expand Down

0 comments on commit 668847b

Please sign in to comment.