Skip to content

Commit cf20f68

Browse files
authored
Merge pull request #83 from Zimmi48/v8.14-update-nix-action
Update nix-action to latest version of the new template.
2 parents 4e54316 + 106824c commit cf20f68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nix-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
coq_version:
19-
- 'v8.14'
18+
overrides:
19+
- 'coq = "v8.14"'
2020
fail-fast: false
2121
steps:
2222
- uses: cachix/install-nix-action@v12
@@ -34,4 +34,4 @@ jobs:
3434
name: math-comp
3535
- uses: actions/checkout@v2
3636
- run: >
37-
nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{coq = "'${{ matrix.coq_version }}'"; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.;}'
37+
nix-build https://coq.inria.fr/nix/toolbox --argstr job aac-tactics --arg override '{ ${{ matrix.overrides }}; aac-tactics = builtins.filterSource (path: _: baseNameOf path != ".git") ./.; }'

meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ supported_ocaml_versions:
5555
opam: '{>= "4.05.0"}'
5656

5757
tested_coq_nix_versions:
58-
- version: v8.14
58+
- coq_version: v8.14
5959

6060
tested_coq_opam_versions:
6161
- version: '8.14'

0 commit comments

Comments
 (0)