From 2b77eae508d8cdee0af2ca75b3be33b1db305da8 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 3 Aug 2024 12:59:24 +0100 Subject: [PATCH] build: update to rust with libdbus-1-dev --- .forgejo/workflows/push-next.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index fa18609..b6a2cc3 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -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