Skip to content

Commit 3b8098f

Browse files
committed
WIP
1 parent 0992799 commit 3b8098f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
8080
- name: binaryen ls
8181
shell: bash
82-
run: ls binaryen/bin
82+
run: |
83+
ls binaryen/bin
84+
ls binaryen/lib
8385
8486
- name: Cache binaryen
8587
if: steps.cache-binaryen.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)