Skip to content

Commit

Permalink
fix(build): Use opam install --locked for Docker build (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp authored Nov 24, 2023
1 parent 68094e5 commit 5a0db4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- run: opam switch create . ocaml-system --deps-only --ignore-constraints-on alt-ergo-lib,alt-ergo-parsers

# Install the project packages
- run: opam install .
- run: opam install . --locked

0 comments on commit 5a0db4f

Please sign in to comment.