workflows/cachix: try to make secret unlocking more consistent

This commit is contained in:
LavaDesu 2025-05-23 01:03:12 +10:00
parent 9512dd2e41
commit 3061733e46
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -16,6 +16,11 @@ jobs:
uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- name: Wait..
run:
sleep 2
git checkout master
sleep 2
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v14
with: