cargo binstall --no-confirm
Build Mumble Web 2 / windows_build (push) Successful in 2m42s
Build Mumble Web 2 / android_build (push) Has been cancelled
Build Mumble Web 2 / linux_build (push) Has been cancelled
Build Mumble Web 2 / macos_build (push) Failing after 1m59s

This commit is contained in:
2026-03-09 02:15:16 -06:00
parent f91f4cb7b6
commit b8b022dcdc
+1 -1
View File
@@ -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