Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Nov 18, 2024
1 parent 0962c52 commit 3fa24b7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ jobs:
- uses: actions/checkout@v4 # repo checkout

# Install Rust Nightly Toolchain, with Clippy & Rustfmt
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Add WASM target
run: rustup target add wasm32-unknown-unknown


- name: lint
run: cargo clippy & cargo fmt
Expand Down

0 comments on commit 3fa24b7

Please sign in to comment.