Compare commits
2 Commits
d5c0b6461a
...
0193ffb828
Author | SHA1 | Date |
---|---|---|
core | 0193ffb828 | |
core | b09c7e3e57 |
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Install aarch64 target
|
- name: Install aarch64 target
|
||||||
run: rustup target add aarch64-unknown-linux-gnu
|
run: rustup target add aarch64-unknown-linux-gnu
|
||||||
- name: Install additional dependencies
|
- name: Install additional dependencies
|
||||||
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
|
run: apt update && apt-get install -y libclang-dev clang sshpass rsync gcc-arm-linux-gnueabi
|
||||||
- name: Compile release binary
|
- name: Compile release binary
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue