Skip to content

Commit

Permalink
fix(cd): install dependencies for release-plz workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 4, 2023
1 parent 147d0aa commit 778cae2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
--no-install-recommends \
--allow-unauthenticated \
libasound2-dev \
libxi-dev \
libxtst-dev \
pkg-config
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down

0 comments on commit 778cae2

Please sign in to comment.