Skip to content

Commit

Permalink
fix: Fixed release-plz CI with installing libudev-dev and libsystemd-…
Browse files Browse the repository at this point in the history
…dev system dependencies
  • Loading branch information
frol committed Jun 10, 2024
1 parent 8c3c598 commit 56bdadd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: apt-get update
run: sudo apt-get update
- name: Install libudev
run: sudo apt-get -y install libudev-dev libsystemd-dev
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
Expand Down

0 comments on commit 56bdadd

Please sign in to comment.