Skip to content

Commit d530905

Browse files
committed
fix: ci
1 parent 764ad1c commit d530905

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/CI.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
Remove-Item -Path "${{ github.workspace }}\.*" -Recurse -Force -ErrorAction SilentlyContinue
4949
New-Item -ItemType Directory -Path "${{ github.workspace }}" -Force | Out-Null
5050
- uses: actions/checkout@v5
51-
- name: setup pnpm
52-
uses: pnpm/action-setup@v4
53-
with:
54-
run_install: true
5551
- name: Setup node
5652
uses: actions/setup-node@v5
5753
with:
5854
node-version: 22
5955
package-manager-cache: false
56+
- name: setup pnpm
57+
uses: pnpm/action-setup@v4
58+
with:
59+
run_install: true
6060
- name: Install
6161
uses: dtolnay/rust-toolchain@stable
6262
with:
@@ -124,15 +124,15 @@ jobs:
124124
Remove-Item -Path "${{ github.workspace }}\.*" -Recurse -Force -ErrorAction SilentlyContinue
125125
New-Item -ItemType Directory -Path "${{ github.workspace }}" -Force | Out-Null
126126
- uses: actions/checkout@v5
127-
- name: setup pnpm
128-
uses: pnpm/action-setup@v4
129-
with:
130-
run_install: true
131127
- name: Setup node
132128
uses: actions/setup-node@v5
133129
with:
134130
node-version: 22
135131
package-manager-cache: false
132+
- name: setup pnpm
133+
uses: pnpm/action-setup@v4
134+
with:
135+
run_install: true
136136
- name: Install Rust (Windows)
137137
if: ${{ contains(matrix.settings.host, 'windows') }}
138138
run: |
@@ -229,16 +229,16 @@ jobs:
229229
Remove-Item -Path "${{ github.workspace }}\.*" -Recurse -Force -ErrorAction SilentlyContinue
230230
New-Item -ItemType Directory -Path "${{ github.workspace }}" -Force | Out-Null
231231
- uses: actions/checkout@v5
232-
- name: setup pnpm
233-
uses: pnpm/action-setup@v4
234-
with:
235-
run_install: true
236232
- name: Setup node
237233
uses: actions/setup-node@v5
238234
with:
239235
node-version: ${{ matrix.node }}
240236
architecture: ${{ matrix.settings.architecture }}
241237
package-manager-cache: false
238+
- name: setup pnpm
239+
uses: pnpm/action-setup@v4
240+
with:
241+
run_install: true
242242
- name: Download artifacts
243243
uses: actions/download-artifact@v5
244244
with:
@@ -288,15 +288,15 @@ jobs:
288288
Remove-Item -Path "${{ github.workspace }}\.*" -Recurse -Force -ErrorAction SilentlyContinue
289289
New-Item -ItemType Directory -Path "${{ github.workspace }}" -Force | Out-Null
290290
- uses: actions/checkout@v5
291-
- name: setup pnpm
292-
uses: pnpm/action-setup@v4
293-
with:
294-
run_install: true
295291
- name: Setup node
296292
uses: actions/setup-node@v5
297293
with:
298294
node-version: ${{ matrix.node }}
299295
package-manager-cache: false
296+
- name: setup pnpm
297+
uses: pnpm/action-setup@v4
298+
with:
299+
run_install: true
300300
- name: Output docker params
301301
id: docker
302302
run: |
@@ -380,15 +380,15 @@ jobs:
380380
Remove-Item -Path "${{ github.workspace }}\.*" -Recurse -Force -ErrorAction SilentlyContinue
381381
New-Item -ItemType Directory -Path "${{ github.workspace }}" -Force | Out-Null
382382
- uses: actions/checkout@v5
383-
- name: setup pnpm
384-
uses: pnpm/action-setup@v4
385-
with:
386-
run_install: true
387383
- name: Setup node
388384
uses: actions/setup-node@v5
389385
with:
390386
node-version: 22
391387
package-manager-cache: false
388+
- name: setup pnpm
389+
uses: pnpm/action-setup@v4
390+
with:
391+
run_install: true
392392
- name: Download all artifacts
393393
uses: actions/download-artifact@v5
394394
with:

0 commit comments

Comments
 (0)