From f91f4cb7b6558df3bd12a328c911adbc1c262f23 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 9 Mar 2026 02:13:10 -0600 Subject: [PATCH] add cargo binstall step --- .gitea/workflows/build-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index 9336033..acab893 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -48,6 +48,12 @@ jobs: - name: Checkout uses: actions/checkout@v5 + - name: Install cargo binstall + 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 + - uses: Swatinem/rust-cache@v2 - name: Build dioxus project