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