Skip to content

Commit

Permalink
FREEZE.unindexed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 28, 2023
1 parent b841102 commit c653b36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: wasmerio/setup-wasmer@v2
# Workaround for https://github.com/wasmerio/wasmer/issues/4183
# https://github.com/wasmerio/wasmer-install#install-via-package-manager
- if: failure()
run: cargo install wasmer-cli --features singlepass,cranelift # add --features=llvm for LLVM compilation support
- run: make emsdk
- run: make build/wasm-test/twsearch-test.wasm
- run: make build/wasm-single-file/twsearch.mjs
Expand Down

0 comments on commit c653b36

Please sign in to comment.