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 e5aba19 commit 0d1cc4aCopy full SHA for 0d1cc4a
.github/workflows/build-wasm_of_ocaml.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/cache/restore@v4
39
with:
40
path: binaryen
41
- key: ${{ runner.os }}-binaryen-version_117
+ key: ${{ runner.os }}-binaryen-dev
42
43
- name: Checkout binaryen
44
if: steps.cache-binaryen.outputs.cache-hit != 'true'
@@ -47,7 +47,7 @@ jobs:
47
repository: WebAssembly/binaryen
48
49
submodules: true
50
- ref: version_117
+ ref: 0c23394e9d73252000c3161fb33344ca7bbf247c
51
52
- name: Install ninja
53
@@ -65,7 +65,7 @@ jobs:
65
uses: actions/cache/save@v4
66
67
68
69
70
- name: Set binaryen's path
71
run: |
0 commit comments