workflows/cachix: fix syntax again
This commit is contained in:
parent
c2cf093a72
commit
efb2a24118
1 changed files with 2 additions and 3 deletions
5
.github/workflows/cachix.yml
vendored
5
.github/workflows/cachix.yml
vendored
|
|
@ -23,10 +23,9 @@ jobs:
|
|||
if [ $? -eq 0 ]; then
|
||||
break;
|
||||
elif [ $s -eq 10 ]; then
|
||||
exit 1;
|
||||
fi
|
||||
sleep 5;
|
||||
exit 1;
|
||||
fi;
|
||||
sleep 5;
|
||||
done
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: cachix/cachix-action@v14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue