Skip to content

Commit 13b3797

Browse files
committed
ci: Install gcc-aarch64-linux-gnu for gnd cross-compilation
1 parent c6c00ce commit 13b3797

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gnd-binary-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Build gnd binary (Unix/Mac)
6565
if: ${{ !startsWith(matrix.runner, 'windows') }}
6666
run: cargo build --bin gnd --release --target ${{ matrix.target }}
67+
env:
68+
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
6769

6870
- name: Build gnd binary (Windows)
6971
if: startsWith(matrix.runner, 'windows')

0 commit comments

Comments
 (0)