mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
fix armv7 openssl filter
This commit is contained in:
parent
501022144b
commit
57703ad5c8
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:
|
|||
target
|
||||
|
||||
- name: Install openssl (apt armv7)
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||
run: |
|
||||
sudo dpkg --add-architecture armhf
|
||||
sudo apt update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue