fix: reorder pnpm installation step in Clippy workflow

This commit is contained in:
Tunglies
2025-08-23 00:15:25 +08:00
Unverified
parent 90406ae883
commit c416bd5755

View File

@@ -42,17 +42,17 @@ jobs:
sudo apt-get update
sudo apt-get install -y libxslt1.1 libwebkit2gtk-4.1-dev libayatana-appindicator3-dev librsvg2-dev patchelf
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "pnpm"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Pnpm install and check
run: |
pnpm i