build: install dbus-dev for release-plz
This commit is contained in:
parent
ac4c2e39b4
commit
ce77ff9ab0
2 changed files with 4 additions and 4 deletions
|
@ -32,6 +32,9 @@ jobs:
|
|||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Install dbus-dev
|
||||
run: apk add dbus-dev
|
||||
|
||||
- name: Run release-plz release
|
||||
run: release-plz release --backend gitea --git-token ${{ secrets.FORGEJO_TOKEN }}
|
||||
env:
|
||||
|
|
|
@ -43,10 +43,7 @@ jobs:
|
|||
run: cargo +${{ matrix.toolchain.name }} fmt --all --check
|
||||
|
||||
- name: Install dbus-dev
|
||||
run: |
|
||||
if [ -f "$(which apk)" ] && [ -x "$(which apk)" ]; then
|
||||
apk add dbus-dev
|
||||
fi
|
||||
run: apk add dbus-dev
|
||||
|
||||
- name: Clippy
|
||||
run: cargo +${{ matrix.toolchain.name }} hack --feature-powerset clippy
|
||||
|
|
Loading…
Add table
Reference in a new issue