workflows/cachix: fix syntax again

This commit is contained in:
LavaDesu 2025-05-23 01:35:10 +10:00
parent c2cf093a72
commit efb2a24118
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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