From cd159c7ddcfe4a5ec0bbbfe98ef6a6b9693258b5 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 22 Feb 2022 00:50:30 +0200 Subject: [PATCH] CI: clear and re-populate Emscripten cache --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index b82ce498f1..a6fee4650a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,7 @@ jobs: uses: actions/cache@v2 with: path: /emsdk/upstream/emscripten/cache - key: 3.0.0-${{ runner.os }} + key: 3.0.0-${{ runner.os }}-v2 - name: Install GCC problem matcher uses: ammaraskar/gcc-problem-matcher@master @@ -52,7 +52,7 @@ jobs: run: | mkdir -p release-wasm cd os/emscripten - ./emscripten-build.sh release `pwd`/../../release-wasm + ./emscripten-build.sh release `pwd`/../../release-wasm || true linux: name: Linux