Skip to content

Commit

Permalink
wrong version for binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Nov 2, 2024
1 parent 89111e0 commit 9580c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache-on-failure: "true"
- uses: cargo-bins/cargo-binstall@main
- name: Install CLI
run: cargo binstall dioxus-cli -y --force --version v0.6.0-alpha.4
run: cargo binstall dioxus-cli -y --force --version 0.6.0-alpha.4
- name: Build
run: DIOXUS_LOG=dx=trace dx build --platform web --release --ssg
- name: Copy output
Expand Down

0 comments on commit 9580c97

Please sign in to comment.