From b8b022dcdc261529160be18c199494a2eb9e8191 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 9 Mar 2026 02:15:16 -0600 Subject: [PATCH] cargo binstall --no-confirm --- .gitea/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index acab893..42d9354 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -52,7 +52,7 @@ jobs: run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - name: Install dioxus-cli - run: cargo binstall dioxus-cli --version 0.7.3 + run: cargo binstall dioxus-cli --version 0.7.3 --no-confirm - uses: Swatinem/rust-cache@v2