We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6534f commit 97dce9dCopy full SHA for 97dce9d
.github/workflows/build.yml
@@ -32,14 +32,14 @@ jobs:
32
path: |
33
build
34
rubies
35
- key: ${{ runner.os }}-ruby-wasm
+ key: ${{ runner.os }}-v2-ruby-wasm
36
- name: Cache compiled ruby.wasm module
37
id: cache-ruby-wasm-module
38
uses: actions/cache@v4
39
with:
40
41
src/ruby.wasm
42
- key: ${{ runner.os }}-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
+ key: ${{ runner.os }}-v2-${{ hashFiles('**/Gemfile.lock') }}-ruby-wasm-module
43
- name: Build ruby.wasm
44
if: steps.cache-ruby-wasm-module.outputs.cache-hit != 'true'
45
run: |
0 commit comments