Skip to content

Commit 97dce9d

Browse files
committed
ci: update ruby.wasm cache version
1 parent ca6534f commit 97dce9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
path: |
3333
build
3434
rubies
35-
key: ${{ runner.os }}-ruby-wasm
35+
key: ${{ runner.os }}-v2-ruby-wasm
3636
- name: Cache compiled ruby.wasm module
3737
id: cache-ruby-wasm-module
3838
uses: actions/cache@v4
3939
with:
4040
path: |
4141
src/ruby.wasm
42-
key: ${{ runner.os }}-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
42+
key: ${{ runner.os }}-v2-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
4343
- name: Build ruby.wasm
4444
if: steps.cache-ruby-wasm-module.outputs.cache-hit != 'true'
4545
run: |

0 commit comments

Comments
 (0)