ci: upgrade version of dioxus cli installed during linux build to 0.7.2 (#8)
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user