We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564f409 commit 517604cCopy full SHA for 517604c
.github/workflows/nix.yml
@@ -34,11 +34,11 @@ jobs:
34
35
- name: Push to cache
36
run: |
37
- nix build -o niks3 github:Mic92/niks3
38
- niks3/bin/niks3 push \
+ curl -fsSL "https://github.com/Mic92/niks3/releases/latest/download/niks3_$(uname -s)_$(uname -m).tar.gz" | tar -xzf -
+ ./niks3 push \
39
--server-url https://niks3.numtide.com \
40
--auth-token "${{ steps.oidc.outputs.token }}" \
41
- ./result ./niks3
+ ./result
42
43
- name: Run lint
44
run: nix develop -c just lint
0 commit comments