Compare commits
No commits in common. "0193ffb828d38bc2275319d70dcce58aacba5138" and "d5c0b6461a82ef40b2f85a6c316aae8b7d062c17" have entirely different histories.
0193ffb828
...
d5c0b6461a
|
@ -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 gcc-arm-linux-gnueabi
|
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
|
||||||
- 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