From 3c9f979cfe54346a57ab35d8c7724cf14c4ea0f1 Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Mon, 17 Jul 2023 11:37:26 +0200 Subject: [PATCH] Actions 8 correct clippy --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 66b066f..2e7858f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -28,7 +28,7 @@ jobs: command: check - name: Install nightly toolchain with clippy available - uses: actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly @@ -36,7 +36,7 @@ jobs: components: clippy - name: Run cargo clippy - uses: actions-rs/cargo@v1 + uses: https://github.com/actions-rs/cargo@v1 continue-on-error: true # WARNING: only for this example, remove it! with: command: clippy