mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
ci/check: prevent CI from using remote builders
This commit is contained in:
parent
e688754854
commit
b3ea5256e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check --all-systems --builders ""
|
||||
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
|
||||
- run: nix build .#docs --show-trace
|
||||
- run: nix build .#docs --show-trace --builders ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue