Skip to content

Commit

Permalink
adjust Nix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 30, 2022
1 parent 9281adb commit d38dbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
overrides:
- 'coq = "8.17"'
- 'coq = "v8.17"'
fail-fast: false
steps:
- name: Determine which commit to test
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ supported_ocaml_versions:
opam: '{>= "4.09.0"}'

tested_coq_nix_versions:
- coq_version: '8.17'
- coq_version: 'v8.17'

tested_coq_opam_versions:
- version: '8.17'
Expand Down

0 comments on commit d38dbce

Please sign in to comment.