File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491491 mathcomp-experimental-reals :
492492 needs :
493493 - rocq-core
494- - mathcomp-reals
494+ - mathcomp-analysis
495495 - mathcomp-bigenough
496496 runs-on : ubuntu-latest
497497 steps :
@@ -548,7 +548,7 @@ jobs:
548548 - if : steps.stepCheck.outputs.status != 'fetched'
549549 name : ' Building/fetching previous CI target: mathcomp-analysis'
550550 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
551- " 9.0-master" --argstr job "mathcomp-reals "
551+ " 9.0-master" --argstr job "mathcomp-analysis "
552552 - if : steps.stepCheck.outputs.status != 'fetched'
553553 name : ' Building/fetching previous CI target: mathcomp-bigenough'
554554 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491491 mathcomp-experimental-reals :
492492 needs :
493493 - rocq-core
494- - mathcomp-reals
494+ - mathcomp-analysis
495495 - mathcomp-bigenough
496496 runs-on : ubuntu-latest
497497 steps :
@@ -546,9 +546,9 @@ jobs:
546546 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
547547 " 9.1-master" --argstr job "rocq-core"
548548 - if : steps.stepCheck.outputs.status != 'fetched'
549- name : ' Building/fetching previous CI target: mathcomp-reals '
549+ name : ' Building/fetching previous CI target: mathcomp-analysis '
550550 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
551- " 9.1-master" --argstr job "mathcomp-reals "
551+ " 9.1-master" --argstr job "mathcomp-analysis "
552552 - if : steps.stepCheck.outputs.status != 'fetched'
553553 name : ' Building/fetching previous CI target: mathcomp-bigenough'
554554 run : NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle
You can’t perform that action at this time.
0 commit comments