No dir?
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:45:00 -05:00
parent 6477aa73f9
commit 3cc2d5ce50
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -23,6 +23,9 @@ jobs:
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0
- name: Set up ssh key folder
run: |
mkdir -p ~/.ssh
- name: Write ssh key
id: sshkey
uses: https://github.com/timheuer/base64-to-file@v1