Skip to content

Commit 0992799

Browse files
committed
WIP
1 parent 4933ba3 commit 0992799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-wasm_of_ocaml.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ jobs:
7777
cmake -G Ninja .
7878
ninja
7979
80+
- name: binaryen ls
81+
shell: bash
82+
run: ls binaryen/bin
83+
8084
- name: Cache binaryen
8185
if: steps.cache-binaryen.outputs.cache-hit != 'true'
8286
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)