Skip to content

Commit b0c014e

Browse files
committed
gennixaxtions
1 parent 593e45e commit b0c014e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nix-action-9.0-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/nix-action-9.1-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)