Skip to content

Commit

Permalink
[CI.yaml] Try continue-on-error.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 28, 2023
1 parent 7fd8004 commit 987e5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
node-version: 19
- uses: actions/checkout@v2
- uses: wasmerio/setup-wasmer@v2
continue-on-error: true
# Fallback workaround for https://github.com/wasmerio/wasmer/issues/4183
# https://github.com/wasmerio/wasmer-install#install-via-package-manager
- if: failure()
Expand Down

0 comments on commit 987e5b1

Please sign in to comment.