Skip to content

Commit

Permalink
ci/check: prevent CI from using remote builders
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 3, 2024
1 parent e688754 commit 2acece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

0 comments on commit 2acece0

Please sign in to comment.