mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 19:21:54 +00:00
ci: specify openssl dir
This commit is contained in:
parent
fff2471327
commit
3f294e42aa
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -59,9 +59,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt install -y pkg-config
|
||||
sudo apt install -y libasound2-dev
|
||||
openssl version -d
|
||||
echo "OPENSSL_DIR=$(openssl version -d)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build binary
|
||||
uses: houseabsolute/actions-rust-cross@v0
|
||||
|
Loading…
Reference in New Issue
Block a user