Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett-Petzold committed Apr 24, 2024
1 parent ea0e67b commit 5f5761e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2

- name: Download dependencies
- name: Download binstall
run: cargo install cargo-binstall

- name: Download dioxus
run: |
cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
cargo binstall --no-confirm dioxus-cli@0.4.3
- name: Build artifacts
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,12 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Download binstall
run: cargo install cargo-binstall

- name: Download dioxus
run: |
cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
cargo binstall --no-confirm dioxus-cli@0.4.3
- name: Fix paths (windows)
if: ${{ matrix.os == 'windows' }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f5761e

Please sign in to comment.