re-add openssl for armv7, probs broken

This commit is contained in:
ryan 2021-04-08 20:39:52 +12:00
parent ddadcd6d32
commit 122a5fbdc3
2 changed files with 8 additions and 1 deletions

View file

@ -5,5 +5,5 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

View file

@ -46,6 +46,13 @@ jobs:
toolchain: nightly
target: ${{ matrix.target }}
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
uses: actions/cache@v2