fix: use vendored openssl

This commit is contained in:
Bart van der Braak 2023-11-07 12:49:57 +01:00
parent bb7fe255af
commit 29b61a2e72
3 changed files with 16 additions and 105 deletions

View file

@ -94,4 +94,7 @@ jobs:
- uses: taiki-e/install-action@cross
if: ${{ matrix.cross }}
- run: sudo apt-get install pkg-config libssl-dev
if: startsWith(matrix.name, 'linux-')
- run: cargo build --release --locked