Skip to content

Commit

Permalink
fix CI cache key issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san committed Nov 18, 2024
1 parent 89dca74 commit 5c0465f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,9 @@ jobs:
if: steps.cache-cbrotli.outputs.cache-hit != 'true'
uses: mymindstorm/setup-emsdk@v12
with:
# Make sure to set a version number!
version: 3.1.6
# This is the name of the cache folder.
# The cache folder will be placed in the build directory,
# so make sure it doesn't conflict with anything!
actions-cache-folder: "emsdk-cache"
no-cache: true
actions-cache-folder: "emsdk-cache-${{ github.run_id }}"
no-cache: false

- name: Build cbrotli-wasm
if: steps.cache-cbrotli.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 5c0465f

Please sign in to comment.