Skip to content

Commit

Permalink
bugfix: added installation of dependency before packaging (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn authored Oct 16, 2024
1 parent bcffbf1 commit 3b59ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install libudev (Linux only)
run: sudo apt-get -y install libudev-dev libsystemd-dev
- name: Run release-plz
uses: MarcoIeni/[email protected]
env:
Expand Down

0 comments on commit 3b59ff1

Please sign in to comment.