Skip to content

Commit

Permalink
Remove emsdk caching for lint and format Rust job in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Aug 5, 2021
1 parent 7e80f7e commit 7b3ae4d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,10 @@ jobs:
ruby-version: ".ruby-version"
bundler-cache: true

- name: Cache emsdk
uses: actions/cache@v2
id: cache
with:
path: "emsdk-cache"
key: emscripten-emsdk-${{ runner.os }}-emsdk-${{ steps.toolchain_versions.outputs.emscripten }}-clippy

- name: Install Emscripten toolchain
uses: mymindstorm/setup-emsdk@v10
with:
version: ${{ steps.toolchain_versions.outputs.emscripten }}
actions-cache-folder: "emsdk-cache"

- name: Verify emcc version
run: emcc -v
Expand Down

0 comments on commit 7b3ae4d

Please sign in to comment.