Skip to content

Commit

Permalink
Add Node and pnpm setup for non-fmt commands
Browse files Browse the repository at this point in the history
  • Loading branch information
YouXam committed May 17, 2024
1 parent d0eb551 commit bd5e02f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
default: true
buildtargets: esp32s3
ldproxy: true
- name: Setup Node and pnpm
if: matrix.action.command != 'fmt'
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: Enable caching
uses: Swatinem/rust-cache@v2
- name: Run command
Expand Down

0 comments on commit bd5e02f

Please sign in to comment.