diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 6ae2551..de870cb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,9 +36,7 @@ jobs: - run: rustup component add rustfmt - run: cargo fmt --check - name: Install dx CLI - run: | - curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - cargo binstall dioxus-cli@0.7.3 -y --force + run: cargo install dioxus-cli@0.7.3 --locked - name: RSX format check run: dx fmt --check