mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
fix arm add arch command
This commit is contained in:
parent
57174a257a
commit
d0b23c5870
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
|||
- name: Install openssl (apt armv7)
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||
run: |
|
||||
sudo dpkg add-architecture armhf
|
||||
sudo dpkg --add-architecture armhf
|
||||
sudo apt update
|
||||
sudo apt install openssl-dev:armhf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue