File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : cachix/install-nix-action@v22
15+ - uses : cachix/install-nix-action@v25
1616 - run : nix-build -A hydraJobs.release
1717 ubuntu :
1818 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v3
17- - uses : cachix/install-nix-action@v22
17+ - uses : cachix/install-nix-action@v25
1818 - name : Build tarballs
1919 run : |
2020 nix build -L .#hydraJobs.tarball
3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v3
34- - uses : cachix/install-nix-action@v22
34+ - uses : cachix/install-nix-action@v25
3535 - name : Build windows executable
3636 run : |
3737 nix build -L .#patchelf-win32 .#patchelf-win64
You can’t perform that action at this time.
0 commit comments