env not fun
Some checks failed
Build / nix-build (fj-hetzner-aarch64-01, native-aarch64, aarch64-linux) (push) Failing after 6s
Build / nix-build (fj-shadowfax-01, native-x86_64, x86_64-linux) (push) Failing after 7s

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

View file

@ -40,7 +40,8 @@ jobs:
shell: bash
run: |
set -o pipefail
echo "DRVOUT=nix build .#deploy-json.${{ matrix.system }} --print-out-paths" >> $GITHUB_ENV
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"
if: success()