mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
re-add openssl for armv7, probs broken
This commit is contained in:
parent
ddadcd6d32
commit
122a5fbdc3
2 changed files with 8 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -5,5 +5,5 @@ updates:
|
||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
|
||||||
|
|
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -47,6 +47,13 @@ jobs:
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
|
- name: Install openssl (apt armv7)
|
||||||
|
if: ${{ matrix.target == 'armv7-unknown-linux-gnueabihf' }}
|
||||||
|
uses: ryankurte/action-apt@v0.3.0
|
||||||
|
with:
|
||||||
|
arch: armhf
|
||||||
|
packages: libssl-dev:armhf libssl1.1:armhf zlib1g-dev:armhf zlib1g:armhf libc-dev:armhf
|
||||||
|
|
||||||
- name: Configure caching
|
- name: Configure caching
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
# Caching disabled on macos due to https://github.com/actions/cache/issues/403
|
# Caching disabled on macos due to https://github.com/actions/cache/issues/403
|
||||||
|
|
Loading…
Add table
Reference in a new issue