update worklows

This commit is contained in:
MedzikUser 2022-01-23 14:38:03 +01:00
parent fb039f33a4
commit bcf6f4c1c7
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}
- name: Install missing dependencies
run: |
sudo apt update
sudo apt install -y pkg-config libssl-dev
if: ${{ matrix.os }} == "ubuntu-latest"
- name: cargo build
uses: actions-rs/cargo@v1
with: