Skip to content

Commit

Permalink
Don't use the locked version on 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 31, 2023
1 parent 81cabf0 commit 6fe638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
dune-cache: true

- name: Install dependencies
run: opam exec -- make test-deps
run: opam exec -- opam install -y . --deps-only --with-test

- name: Build alt-ergo with opam
run: opam exec -- opam reinstall .
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Run make install
run: opam exec -- make install

reproducible:
Reproducible:
runs-on: ubuntu-latest
env:
OPAMLOCKED: locked
Expand Down

0 comments on commit 6fe638c

Please sign in to comment.