1
0
mirror of https://github.com/talwat/lowfi synced 2025-06-11 14:05:24 +00:00

ci: add more linux dependencies

This commit is contained in:
talwat 2024-10-02 00:31:35 +02:00
parent 69ce498a05
commit b9e3e6a87b

@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt install libasound2-dev libssl-dev
run: sudo apt install libasound2-dev libssl-dev openssl pkg-config
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0