Skip to content

Commit

Permalink
fix(cd): install dependencies for release-plz workflow
Browse files Browse the repository at this point in the history
orhun committed Oct 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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/[email protected]
env:

0 comments on commit 778cae2

Please sign in to comment.