build: update to rust with libdbus-1-dev
All checks were successful
Rust / build (push) Successful in 3m10s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-08-03 12:59:24 +01:00
parent bcc64c7205
commit 2b77eae508

View file

@ -18,21 +18,21 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Format - name: Format
uses: https://git.kemitix.net/kemitix/rust@v1.80.0 uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
with: with:
args: fmt --all -- --check args: fmt --all -- --check
- name: Clippy - name: Clippy
uses: https://git.kemitix.net/kemitix/rust@v1.80.0 uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
with: with:
args: clippy args: clippy
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v1.80.0 uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
with: with:
args: build args: build
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v1.80.0 uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
with: with:
args: test args: test