Skip to content

Commit 161b632

Browse files
committed
fix: bump dependencies and compile Linux version against older glibc
1 parent 84e5d42 commit 161b632

6 files changed

Lines changed: 3186 additions & 1654 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Build Binary
9999
run: |
100100
if [ "${{ matrix.target }}" == "linux-x64" ]; then
101-
cargo build --release --target x86_64-unknown-linux-gnu
101+
cross build --release --target x86_64-unknown-linux-gnu
102102
else
103103
cargo install cross --git https://github.com/rust-embedded/cross
104104
cross build --release --target x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)