fix(ci): remove macOS and fix linking #16
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ jobs:
|
|||
matrix.target == 'aarch64-unknown-linux-gnu'
|
||||
}}
|
||||
run: |
|
||||
nix run --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#patchelf ${{ matrix.linker }} -- --set-interpreter "" \
|
||||
nix run --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#patchelf -- --set-interpreter ${{ matrix.linker }} \
|
||||
artifacts/${{ matrix.binary_name }}${{ matrix.ext }}
|
||||
|
||||
- name: ⬆️ Upload artifact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue