Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jun 23, 2022
1 parent 5cfa431 commit 7bcc3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- run: npm install -g pnpm
- uses: actions-rs/cargo@v1
with:
command: clippy
- run: |
cd js
npm install -g pnpm
pnpm install
pnpm build
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ fn main() {
if !status.success() {
panic!("Failed to build JS");
}

return;
}
}

0 comments on commit 7bcc3c2

Please sign in to comment.