ci: upgrade version of dioxus cli installed during linux build to 0.7.2 (#8)
Build Mumble Web 2 / linux_build (push) Successful in 1m42s
Build Mumble Web 2 / windows_build (push) Successful in 2m30s
Build Mumble Web 2 release builder containers / windows-release-builder-container-build (push) Successful in 12s

Forgot to update this with the rest of the 0.7.2 migration

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-01-05 09:40:40 +00:00
parent 96589e28c6
commit 5d2c2a93c7
+1 -1
View File
@@ -18,7 +18,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.1
run: cargo binstall dioxus-cli --version 0.7.2
- uses: Swatinem/rust-cache@v2