Skip to content

Commit

Permalink
fix(ci): clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 19, 2023
1 parent f3138f2 commit b42e409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/leptos-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Install Trunk & cargo-make
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
target: wasm32-unknown-unknown
- name: Install tools
run: cargo install trunk cargo-make

- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit b42e409

Please sign in to comment.