Skip to content

Commit d446fcf

Browse files
committed
Do not print Nix version to speed up CI run
Evaluating `nixpkgs` just to print a version string takes about 30s.
1 parent e36a5a0 commit d446fcf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
with:
2323
name: phijor
2424
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
25-
- name: Getting nix version
26-
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
2725
- name: Render Agda code to HTML
2826
run: nix build --print-build-logs '.#default.html'
2927
# XXX: https://github.com/actions/deploy-pages/issues/58

0 commit comments

Comments
 (0)