mirror of
https://github.com/talwat/lowfi
synced 2025-01-14 04:11:27 +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
|
- name: Install dependencies
|
||||||
if: matrix.os == 'ubuntu-latest'
|
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
|
- name: Build binary
|
||||||
uses: houseabsolute/actions-rust-cross@v0
|
uses: houseabsolute/actions-rust-cross@v0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user