We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523f401 commit 3671b1cCopy full SHA for 3671b1c
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: cachix/install-nix-action@v30
+ - uses: cachix/install-nix-action@v31
16
- run: nix-build -A hydraJobs.release
17
ubuntu:
18
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build tarballs
19
run: |
20
nix build -L .#hydraJobs.tarball
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
- name: Build windows executable
36
37
nix build -L .#patchelf-win32 .#patchelf-win64
0 commit comments