Skip to content

Commit

Permalink
Fix CI, hard-code coq version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoJoDeveloping committed Nov 7, 2023
1 parent c1b3cef commit 8462c59
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
OCAML_VERSION: 4.11.0
CACHE_KEY: opam-8.16-${{github.base_ref}}-${{github.ref}}
CACHE_KEY: opam-8.18-${{github.base_ref}}-${{github.ref}}
jobs:
build-deps:
runs-on: ubuntu-latest
Expand All @@ -16,7 +16,7 @@ jobs:
path: "~/.opam"
key: ${{env.CACHE_KEY}}
restore-keys: |
opam-8.16--refs/heads/${{github.base_ref}}
opam-8.18--refs/heads/${{github.base_ref}}
- name: Install OCaml
uses: avsm/setup-ocaml@v1
Expand Down
1 change: 1 addition & 0 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install: [
[make "install"]
]
depends: [
"coq" {>= "8.18" & < "8.19~"}
"coq-library-undecidability" {= "1.1.1+8.18"}
]
synopsis: "A Coq Library for First-Order Logic"
Expand Down

0 comments on commit 8462c59

Please sign in to comment.