Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vouillon committed Oct 4, 2024
1 parent 87f4186 commit 8d8a309
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
if: matrix.os == 'ubuntu-latest' && steps.cache-ocaml.outputs.cache-hit
run: sudo apt-get install bubblewrap

- name: Install packages
if: matrix.os == 'macos-latest' && steps.cache-ocaml.outputs.cache-hit
# for graphics
run: brew install xquartz

- name: Set opam path
if: steps.cache-ocaml.outputs.cache-hit
run: |
Expand Down

0 comments on commit 8d8a309

Please sign in to comment.