workflows/cachix: lengthen sleep
This commit is contained in:
parent
8cb9905098
commit
3f52fc1e81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
|
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
|
||||||
- name: Wait..
|
- name: Wait..
|
||||||
run:
|
run:
|
||||||
sleep 5;
|
sleep 20;
|
||||||
- uses: cachix/install-nix-action@v31
|
- uses: cachix/install-nix-action@v31
|
||||||
- uses: cachix/cachix-action@v14
|
- uses: cachix/cachix-action@v14
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue