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 b2fd798 commit 0764219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: wasmerio/setup-wasmer@v2
# Linuxbrew
# https://github.com/wasmerio/wasmer-install#install-via-package-manager
# https://github.com/wasmerio/wasmer/issues/4183
- run: brew install wasmer
- 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 0764219

Please sign in to comment.