ci: upgrade version of dioxus cli installed during linux build to 0.7.2 #8

Merged
restitux merged 1 commits from dioxus-cli-0.7.2-linux-ci into main 2026-01-05 09:40:40 +00:00
Showing only changes of commit bda1cdb7af - Show all commits
+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