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