debugging
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Failing after 3s
Build / nix-build (native-x86_64, telchar) (push) Failing after 4s

This commit is contained in:
Joseph Hanson 2024-07-28 18:40:44 -05:00
parent aeddc80146
commit f0139b2306
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -37,8 +37,8 @@ jobs:
- name: Make id_ed25519 user only
run: |
ls -la $HOME/.ssh
chmod 600 $HOME/.ssh/id_ed25519
echo ${{ steps.sshkey.outputs.filePath }}
chmod 600 $HOME/.ssh/id_ed25519
- uses: https://github.com/cachix/cachix-action@v15
if: ${{ !github.event.pull_request.head.repo.fork }}
with: