fiz(cicd): do not nix-build

This commit is contained in:
reo101 2023-02-19 13:54:51 +02:00
parent 015cef72ea
commit 0fac8b394e
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -14,7 +14,6 @@ jobs:
with: with:
name: rix101 name: rix101
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check -vL
# - run: nix build # - run: nix build
- run: nix flake check # - run: nix-shell --run "echo OK"
- run: nix-build
- run: nix-shell -run "echo OK"