workflows/cachix: fix script
This commit is contained in:
parent
0253d64b96
commit
1fadd257f3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cachix.yml
vendored
6
.github/workflows/cachix.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
|
||||
- name: Wait..
|
||||
run:
|
||||
sleep 2
|
||||
git checkout master
|
||||
sleep 2
|
||||
sleep 2;
|
||||
git checkout master;
|
||||
sleep 2;
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue