Skip to content

Commit 41ea93a

Browse files
committed
add an extra step for arm linux deps installation
1 parent 0cf2b79 commit 41ea93a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ jobs:
9595
- name: Install required deps
9696
run: sudo apt-get install libssl-dev pkg-config libudev-dev
9797

98+
- name: Install cross-compilation dependencies
99+
run: |
100+
sudo dpkg --add-architecture arm64
101+
sudo apt-get update
102+
sudo apt-get install -y libssl-dev:arm64 pkg-config
103+
98104
- name: Install Rust toolchain
99105
uses: dtolnay/rust-toolchain@stable
100106

0 commit comments

Comments
 (0)