Skip to content

Commit

Permalink
fix: Install Dioxus CLI in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 19, 2025
1 parent ac377ff commit 248f4ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
with:
command: install
args: --force cargo-make

- name: Install Dioxus CLI
uses: actions-rs/cargo@v1
with:
command: install
args: --force dioxus-cli

- name: Build Project
run: cargo make build

0 comments on commit 248f4ac

Please sign in to comment.