don't be dumb
Some checks failed
Build / nix-build (native-aarch64, varda) (push) Failing after 2s
Build / nix-build (native-x86_64, telchar) (push) Failing after 4s

This commit is contained in:
Joseph Hanson 2024-07-28 12:43:20 -05:00
parent abcb730fc5
commit 6477aa73f9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -31,7 +31,9 @@ jobs:
fileName: id_ed25519 fileName: id_ed25519
fileDir: ~/.ssh fileDir: ~/.ssh
- name: Make id_ed25519 user only - name: Make id_ed25519 user only
run: chmod 600 ~/.ssh/id_ed25519 run: |
ls -la ~/.ssh
chmod 600 ~/.ssh/id_ed25519
- uses: https://github.com/cachix/cachix-action@v15 - uses: https://github.com/cachix/cachix-action@v15
if: ${{ !github.event.pull_request.head.repo.fork }} if: ${{ !github.event.pull_request.head.repo.fork }}
with: with: