Skip to content

Commit

Permalink
Reduce CI time; binstall dx works now
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Sep 2, 2024
1 parent fa2e3c7 commit 1c4ffdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ jobs:

# Install the Dioxus CLI
- name: Install Dioxus
# TODO: rm this after new dx binstall released
# run: cargo binstall dioxus-cli -y --force
run: cargo install --git https://github.com/DioxusLabs/dioxus.git dioxus-cli --locked
run: cargo binstall dioxus-cli -y --force
# run: cargo install --git https://github.com/DioxusLabs/dioxus.git dioxus-cli --locked

# Build our Dioxus app in release.
- name: Build app
Expand Down

0 comments on commit 1c4ffdb

Please sign in to comment.