Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jun 24, 2024
1 parent 582df39 commit e8188df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y python3 git wget gcc g++ make cmake xz-utils

- name: Cache Emscripten downloads
id: cache-primes
id: cache-emscripten
uses: actions/cache@v4
with:
path: /tmp/emsdk/downloads
key: emscripten-down
path: /tmp/emsdk
key: emscripten-${{ env.EMSCRIPTEN }}

- name: Install Emscripten
if: steps.cache-emscripten.outputs.cache-hit != 'true'
run: |
cd /tmp
git clone https://github.com/emscripten-core/emsdk.git
Expand Down

0 comments on commit e8188df

Please sign in to comment.