From 9eba207b0ea24194e4368e8da7a0eef581d36325 Mon Sep 17 00:00:00 2001 From: xqtc <xqtc@tutanota.com> Date: Thu, 5 Sep 2024 22:23:59 +0200 Subject: [PATCH] i might be stupid --- .forgejo/workflows/uwu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 2895ed3..22f5e66 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -12,7 +12,7 @@ jobs: with: toolchain: nightly - name: Install Protoc - uses: actions/arduino/setup-protoc@v3 + uses: https://github.com/arduino/setup-protoc@v3 - uses: https://github.com/actions-rs/cargo@v1 with: command: build @@ -35,7 +35,7 @@ jobs: with: toolchain: nightly - name: Install Protoc - uses: actions/arduino/setup-protoc@v3 + uses: https://github.com/arduino/setup-protoc@v3 - uses: https://github.com/actions-rs/cargo@v1 with: command: clippy