fix(ci): actually set linker dynamically

This commit is contained in:
BitSyndicate 2025-05-01 22:34:10 +02:00
parent c455aa5cd6
commit ebef712ee0
Signed by untrusted user: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

View file

@ -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