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