Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Nov 8, 2024
1 parent 5b93f4e commit 74a8014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: packer-kubernetes-hcloud
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- uses: actions/checkout@v4
- run: nix-env -iA nixpkgs.nix-eval-jobs nixpkgs.jq
- run: nix-env -i jq nix-eval-jobs -f '<nixpkgs>'
- run: nix-eval-jobs --gc-roots-dir gcroot --check-cache-status --flake '.#nixosConfigurations.install-image-orangepi5plus.config.system.build.toplevel' | tee result.json
- id: cache-status
run: echo "cache-status=$(jq -r .cacheStatus result.json)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 74a8014

Please sign in to comment.