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 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
10- - uses : cachix/install-nix-action@v18
10+ - uses : cachix/install-nix-action@v19
1111 - run : nix-build -A hydraJobs.release
1212 ubuntu :
1313 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@v18
17+ - uses : cachix/install-nix-action@v19
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@v18
34+ - uses : cachix/install-nix-action@v19
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