mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 19:21:54 +00:00
ci: install pkg-config first
This commit is contained in:
parent
b9e3e6a87b
commit
fff2471327
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -58,7 +58,10 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: sudo apt install libasound2-dev libssl-dev openssl pkg-config
|
||||
run: |
|
||||
sudo apt install -y pkg-config
|
||||
sudo apt install -y libasound2-dev
|
||||
openssl version -d
|
||||
|
||||
- name: Build binary
|
||||
uses: houseabsolute/actions-rust-cross@v0
|
||||
|
Loading…
Reference in New Issue
Block a user