Skip to content

Commit

Permalink
ci: only install binding dependencies when building binary
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Feb 21, 2025
1 parent 60aae0b commit d6e665a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,6 @@ jobs:
with:
run-install: false

- name: Install taplo cli
shell: bash
run: |
pnpm install -g @taplo/[email protected]
- name: Run Cargo Check
run: cargo check --workspace --all-targets --locked # Not using --release because it uses too much cache, and is also slow.

Expand Down

0 comments on commit d6e665a

Please sign in to comment.