File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- coq_version :
19
- - ' v8.14'
18
+ overrides :
19
+ - ' coq = " v8.14" '
20
20
fail-fast : false
21
21
steps :
22
22
- uses : cachix/install-nix-action@v12
34
34
name : math-comp
35
35
- uses : actions/checkout@v2
36
36
- 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") ./.; }'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ supported_ocaml_versions:
55
55
opam : ' {>= "4.05.0"}'
56
56
57
57
tested_coq_nix_versions :
58
- - version : v8.14
58
+ - coq_version : v8.14
59
59
60
60
tested_coq_opam_versions :
61
61
- version : ' 8.14'
You can’t perform that action at this time.
0 commit comments