mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-30 10:01:42 +02:00
Install dbus build deps for Linux CLI release builds
This commit is contained in:
@@ -61,6 +61,12 @@ jobs:
|
|||||||
shared-key: release-cli-npm
|
shared-key: release-cli-npm
|
||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
|
- name: Install Linux build dependencies
|
||||||
|
if: startsWith(matrix.runner, 'ubuntu')
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y pkg-config libdbus-1-dev
|
||||||
|
|
||||||
- name: Build yaak
|
- name: Build yaak
|
||||||
run: cargo build --locked --release -p yaak-cli --bin yaak --target ${{ matrix.target }}
|
run: cargo build --locked --release -p yaak-cli --bin yaak --target ${{ matrix.target }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user