mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-06-28 12:19:10 +00:00
fix: use vendored openssl
This commit is contained in:
parent
bb7fe255af
commit
29b61a2e72
3 changed files with 16 additions and 105 deletions
3
.github/workflows/target-tests.yml
vendored
3
.github/workflows/target-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue