mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
optimize github action
This commit is contained in:
parent
cef63b1b1a
commit
a637435874
1 changed files with 5 additions and 3 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -36,10 +36,12 @@ jobs:
|
|||
run: cargo test --all-features
|
||||
|
||||
#### mdbook
|
||||
- name: Install mdbook
|
||||
- name: Install mdbook I
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: cargo-binstall,mdbook
|
||||
- name: Install mdbook II
|
||||
run: |
|
||||
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
|
||||
cargo binstall mdbook
|
||||
cargo binstall mdbook-cmdrun
|
||||
cargo binstall trunk
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
|
Loading…
Add table
Reference in a new issue