workflows/cachix: fix syntax
This commit is contained in:
parent
fe8d26a860
commit
c2cf093a72
1 changed files with 3 additions and 4 deletions
7
.github/workflows/cachix.yml
vendored
7
.github/workflows/cachix.yml
vendored
|
|
@ -22,12 +22,11 @@ jobs:
|
|||
nix eval .#checks.x86_64-linux.is_dirty;
|
||||
if [ $? -eq 0 ]; then
|
||||
break;
|
||||
else
|
||||
if [ $s -eq 10 ]; then
|
||||
exit 1
|
||||
elif [ $s -eq 10 ]; then
|
||||
exit 1;
|
||||
fi
|
||||
sleep 5;
|
||||
fi
|
||||
fi;
|
||||
done
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: cachix/cachix-action@v14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue