Skip to content

Commit

Permalink
opam
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jun 25, 2024
1 parent 7ce6bca commit 3968fa2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/opam-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Install locally
run: |
opam pin add eio --dev-repo -y
opam pin add eio_linux --dev-repo -y
opam pin add eio_posix --dev-repo -y
opam pin add eio_main --dev-repo -y
opam install .
run: opam pin add piaf.dev . --with-test -y

0 comments on commit 3968fa2

Please sign in to comment.