build: install dbus-dev for release-plz
All checks were successful
Test / build (map[name:stable]) (push) Successful in 10m36s
Test / build (map[name:nightly]) (push) Successful in 11m50s
Release Please / Release-plz (push) Successful in 3m24s
Release Please / Docker image (push) Successful in 5m46s

This commit is contained in:
Paul Campbell 2025-01-16 20:48:06 +00:00
parent ac4c2e39b4
commit ce77ff9ab0
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