Skip to content

Commit

Permalink
ci: update ruby.wasm cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 28, 2024
1 parent ca6534f commit 97dce9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
path: |
build
rubies
key: ${{ runner.os }}-ruby-wasm
key: ${{ runner.os }}-v2-ruby-wasm
- name: Cache compiled ruby.wasm module
id: cache-ruby-wasm-module
uses: actions/cache@v4
with:
path: |
src/ruby.wasm
key: ${{ runner.os }}-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
key: ${{ runner.os }}-v2-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
- name: Build ruby.wasm
if: steps.cache-ruby-wasm-module.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 97dce9d

Please sign in to comment.