build: update to rust with libdbus-1-dev
This commit is contained in:
parent
bcc64c7205
commit
2b77eae508
1 changed files with 4 additions and 4 deletions
|
@ -18,21 +18,21 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Format
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
||||
with:
|
||||
args: fmt --all -- --check
|
||||
|
||||
- name: Clippy
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
||||
with:
|
||||
args: clippy
|
||||
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
||||
with:
|
||||
args: build
|
||||
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0
|
||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
||||
with:
|
||||
args: test
|
||||
|
|
Loading…
Reference in a new issue