Skip to content

Commit

Permalink
Try building wasmvm
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Aug 22, 2023
1 parent 58fde90 commit 2a4fb05
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ jobs:
target: wasm32-unknown-unknown
override: true

- name: Clone libwasmv (needed for test-tube)
uses: actions/checkout@v2
with:
repository: CosmWasm/wasmvm
path: wasmvm
ref: v1.3.0
run:
cd wasmvm
make build-rust
popd

- name: Rust Dependencies Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 2a4fb05

Please sign in to comment.