Skip to content

Commit 3797691

Browse files
committed
ci: install build deps in release-plz publish job
1 parent 44b472e commit 3797691

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19+
- name: Install build dependencies
20+
run: |
21+
sudo apt-get update
22+
sudo apt-get install -y --no-install-recommends \
23+
pkg-config libssl-dev \
24+
libfontconfig1-dev libwayland-dev libasound2-dev \
25+
libxcb1-dev libxkbcommon-dev libxkbcommon-x11-dev
1926
- name: Install Rust toolchain
2027
uses: dtolnay/rust-toolchain@stable
2128
- name: Run release-plz

0 commit comments

Comments
 (0)