Skip to content

Commit

Permalink
CI: bump coq-bits to 1.1.0 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival authored Nov 24, 2021
1 parent 53b8c69 commit 8abb655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ jobs:
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.09.x # coq-bits claims to support < 4.10 only
ocaml-compiler: 4.12.x

- run: opam repo add coq-released https://coq.inria.fr/opam/released

- run: opam install --update-invariant -y coq=8.12.2 coq-bits=1.0.0
- run: opam install -y coq=8.13.2 coq-bits=1.1.0

# FIXME: the following builds the Coq libraries for the SAW core
# to Coq translator; if we do other Coq tests, this should become
Expand Down

0 comments on commit 8abb655

Please sign in to comment.