mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
fix libssl-dev:armhf install
This commit is contained in:
parent
ab112efae5
commit
4305876d93
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -63,7 +63,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal main universe" | sudo tee /etc/apt/sources.list.d/armhf.list
|
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 update
|
||||||
sudo apt install openssl-dev:armhf
|
sudo apt install libssl-dev:armhf zlib1g-dev:armhf
|
||||||
|
echo "PKG_CONFIG_ALLOW_CROSS=1" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
|
||||||
|
|
||||||
- name: Install openssl (vcpkg)
|
- name: Install openssl (vcpkg)
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue