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 8d8a309 commit bd2fa74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
opam-depext: true
opam-depext-flags: --with-test

- name: Install packages
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-latest' && steps.cache-ocaml.outputs.cache-hit
run: sudo apt-get install bubblewrap

- name: Install packages
- name: Install packages (MacOs)
if: matrix.os == 'macos-latest' && steps.cache-ocaml.outputs.cache-hit
# for graphics
run: brew install xquartz
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Pin wasm_of_ocaml
working-directory: ./wasm_of_ocaml
run: |
for i in *.opam; do opam pin add -n `basename $i .opam`.`< VERSION` .; done
cat VERSION | xargs opam pin add -n . --with-version
shell: bash

- name: Install opam file parser
Expand Down

0 comments on commit bd2fa74

Please sign in to comment.