Skip to content

Commit df7da5f

Browse files
committed
Update nix CI github action
1 parent 5edf2ae commit df7da5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/nix-action-default.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ jobs:
22
ceres:
33
needs:
44
- coq
5+
- metarocq
56
runs-on: ubuntu-latest
67
steps:
78
- name: Determine which commit to initially checkout
@@ -57,6 +58,10 @@ jobs:
5758
name: 'Building/fetching previous CI target: stdlib'
5859
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
5960
--argstr job "stdlib"
61+
- if: steps.stepCheck.outputs.status == 'built'
62+
name: 'Building/fetching previous CI target: metarocq'
63+
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
64+
--argstr job "metarocq"
6065
- if: steps.stepCheck.outputs.status == 'built'
6166
name: Building/fetching current CI target
6267
run: NIXPKGS_ALLOW_UNFREE=1 nix-build --no-out-link --argstr bundle "default"
@@ -327,4 +332,3 @@ on:
327332
push:
328333
branches:
329334
- master
330-
- rocq-9.0

0 commit comments

Comments
 (0)