build: install dbus-dev for release-plz

This commit is contained in:
Paul Campbell 2025-01-16 20:48:06 +00:00
parent ac4c2e39b4
commit e7adbc7f26
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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