Skip to content

Commit

Permalink
fix GitHub CI build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 29, 2024
1 parent 0211777 commit eb557ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
--no-default-features
--target x86_64-unknown-none
--verbose
- name: Build (no_std + no-hash-maps)
- name: Build (no_std + hash-collections)
run: >-
cargo build
--package wasmi
--locked
--lib
--no-default-features
--features no-hash-maps
--features hash-collections
--target x86_64-unknown-none
--verbose
- name: Build (no_std + wasm32)
Expand Down

0 comments on commit eb557ee

Please sign in to comment.