Skip to content

Commit fc9a4e7

Browse files
committed
fix linux builds
1 parent 2d72dc9 commit fc9a4e7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
6868
# Check pkg-config finds libudev.pc for the target
6969
pkg-config --print-variables libudev || echo "libudev.pc not found"
70-
71-
# Build the project
72-
cargo build --release --target aarch64-unknown-linux-gnu
7370
env:
7471
PKG_CONFIG_SYSROOT_DIR: /usr/aarch64-linux-gnu
7572
PKG_CONFIG_PATH: /usr/aarch64-linux-gnu/usr/lib/pkgconfig:/usr/aarch64-linux-gnu/usr/share/pkgconfig
@@ -90,9 +87,6 @@ jobs:
9087
# Verify pkg-config can find target libraries
9188
pkg-config --print-variables libudev || echo "libudev.pc not found"
9289
93-
# Build for armv7 target
94-
cargo build --release --target armv7-unknown-linux-gnueabihf
95-
9690
- name: Set up Rust (nightly)
9791
uses: dtolnay/rust-toolchain@stable
9892
with:

0 commit comments

Comments
 (0)