mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
manual add armhf repo
This commit is contained in:
parent
57703ad5c8
commit
ab112efae5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
- name: Install openssl (apt armv7)
|
||||
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||
run: |
|
||||
sudo dpkg --add-architecture armhf
|
||||
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal main universe" | sudo tee /etc/apt/sources.list.d/armhf.list
|
||||
sudo apt update
|
||||
sudo apt install openssl-dev:armhf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue