From 987e5b186c25a1541325d4e0c2a9ed5bf7cd9867 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 27 Aug 2023 23:22:56 -0700 Subject: [PATCH] [CI.yaml] Try `continue-on-error`. --- .github/workflows/CI.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 0b78fa77..2288419f 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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()