From 4e631a774943e27e474312a1978787a088d6c3c7 Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 22 Mar 2026 23:05:53 -0300 Subject: [PATCH] Fail CI --- .forgejo/workflows/verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/verify.yaml b/.forgejo/workflows/verify.yaml index 4440769..ecceebe 100644 --- a/.forgejo/workflows/verify.yaml +++ b/.forgejo/workflows/verify.yaml @@ -17,7 +17,7 @@ jobs: image: rust:slim steps: - name: Install action dependencies - run: apt-get install --no-install-recommends --update -y nodejs curl git + run: xxxxxxx install --no-install-recommends --update -y nodejs curl git - name: Checkout code uses: actions/checkout@v6