fix
Some checks failed
Build / nix-build (fj-shadowfax-01, native-x86_64, x86_64-linux) (push) Failing after 45s
Build / nix-build (fj-hetzner-aarch64-01, native-aarch64, aarch64-linux) (push) Failing after 1m26s

This commit is contained in:
Joseph Hanson 2024-07-25 11:16:00 -05:00
parent 03598371c0
commit 5398a49a96
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -42,7 +42,7 @@ jobs:
run: |
set -o pipefail
DRVOUT=$(nix build ".#deploy-json.${{ matrix.system }}" --print-out-paths)
::set-output name=build_output::$DRVOUT
echo "::set-output name=build_output::$DRVOUT"
- name: Push cache for ${{ matrix.name }} to cachix
id: "push-to-cachix"
if: success()