From 07a1484b0f27ce295469a24ce627b35b79e3b541 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 21 May 2025 10:07:12 +0200 Subject: [PATCH] fix location --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 692530c..e129be0 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: wackbyte/rust-toolchain@trunk + - uses: https://github.com/wackbyte/rust-toolchain@trunk with: toolchain: stable