dumb
All checks were successful
Build / nix-build (fj-hetzner-aarch64-01, native-aarch64, aarch64-linux) (push) Successful in 38s
Build / nix-build (fj-shadowfax-01, native-x86_64, x86_64-linux) (push) Successful in 45s

This commit is contained in:
Joseph Hanson 2024-07-25 11:45:44 -05:00
parent bd32db06c1
commit d2389e2c3d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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