Skip to content

Commit

Permalink
[CI.yaml] *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 29, 2023
1 parent 3fc710d commit a2bf519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: wasmer
# Fallback workaround for https://github.com/wasmerio/wasmer/issues/4183
# https://github.com/wasmerio/wasmer-install#install-via-package-manager
- if: ${{ !cancelled() }} && steps.wasmer.conclusion == 'failure'
- if: "!cancelled && steps.wasmer.conclusion == '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
Expand Down

0 comments on commit a2bf519

Please sign in to comment.