mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
a workd
This commit is contained in:
parent
80b49e3a4a
commit
f6b4de3d4c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
# Add library path for the cross-compiler's linker
|
# Add library path for the cross-compiler's linker
|
||||||
RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu
|
RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu
|
||||||
- name: tests
|
- name: tests
|
||||||
run: cargo test --release --target ${{ env.RUST_TARGET }}
|
run: cargo test --release --target ${{ env.RUST_TARGET }} --bin ntp_timeturner
|
||||||
env:
|
env:
|
||||||
# Set linker for the target
|
# Set linker for the target
|
||||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue