We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b472e commit 3797691Copy full SHA for 3797691
1 file changed
.github/workflows/release-plz.yml
@@ -16,6 +16,13 @@ jobs:
16
uses: actions/checkout@v5
17
with:
18
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
26
- name: Install Rust toolchain
27
uses: dtolnay/rust-toolchain@stable
28
- name: Run release-plz
0 commit comments