Skip to content

Commit

Permalink
Fix lockfiles in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Jun 29, 2022
1 parent 6c1b134 commit 6673801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
- 4.12.x
- 4.13.x
- 4.14.x
env:
OPAMLOCKED: locked
steps:
- uses: actions/checkout@v3
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-version }}
- name: Install dependencies
run: opam install . --deps-only --with-test --locked
run: opam install . --deps-only --with-test
- name: Build
run: opam exec -- dune build @install @examples
- name: Test
Expand Down

0 comments on commit 6673801

Please sign in to comment.