From 339f9694dd45b760b06ac2af803bed9035895c12 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 00:03:37 -0400 Subject: [PATCH] fix it again --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 2afc89b..d808d53 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -22,7 +22,7 @@ jobs: linux: runs-on: ubuntu-20.04 container: - image: docker.io/r/liuchong/rustup:stable + image: docker.io/liuchong/rustup:stable steps: - uses: actions/checkout@v4 with: