ci: fix report-size deps
It should run after the build jobs so that the cache is warm.
This commit is contained in:
parent
78327cd972
commit
a198949c26
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ jobs:
|
||||||
nix build --print-build-logs '.#nixosConfigurations.vm.config.system.build.toplevel'
|
nix build --print-build-logs '.#nixosConfigurations.vm.config.system.build.toplevel'
|
||||||
report-size:
|
report-size:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
needs: build
|
needs:
|
||||||
|
- build-packages
|
||||||
|
- build-vm
|
||||||
steps:
|
steps:
|
||||||
- uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
|
- uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
|
Loading…
Add table
Reference in a new issue