From 74d2ed97866a71ccaae95f1c6a8f19386e2e74cd Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Fri, 28 Jul 2023 08:35:53 +0200 Subject: [PATCH] Clear `wasm-bindgen` cache before compilation (#1334) Clear wasm-bindgen cache before compilation --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3a7a89c..1648e4ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: 🔧 Clear wasm-bindgen cache + run: rm -r ~/.cache/.wasm-pack + - name: Comment deploy start if: github.event_name != 'push' uses: mshick/add-pr-comment@v2