Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sora Morimoto <[email protected]>
  • Loading branch information
hhugo and smorimoto authored Jul 2, 2024
1 parent bc15dab commit 5208883
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
uses: actions/checkout@v4

- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v3.0.0-beta
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
allow-prerelease-opam: true

- run: opam install -v . --with-test --deps-only
- run: opam install . --with-test --deps-only

- name: configure tree
run: opam exec -- sh ./configure
Expand Down

0 comments on commit 5208883

Please sign in to comment.