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