Skip to content

Commit

Permalink
use cargo binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Dec 14, 2024
1 parent de314cc commit b7d2a68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- uses: cargo-bins/cargo-binstall@main
- name: Install Dioxus-CLI
shell: bash
shell: cargo binstall dioxus-cli
run: cargo install dioxus-cli
- name: "Build the app with Dioxus"
run: dx build --release
Expand Down

0 comments on commit b7d2a68

Please sign in to comment.