File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316 cache : pnpm
317317 - name : Install dependencies
318318 run : |
319- pnpm config set supportedArchitectures. libc "musl"
319+ pnpm config set supported-architectures- libc "musl"
320320 pnpm install
321321 - name : Download artifacts
322322 uses : actions/download-artifact@v5
@@ -365,8 +365,8 @@ jobs:
365365 shell : bash
366366 - name : Install dependencies
367367 run : |
368- pnpm config set supportedArchitectures. cpu "arm64"
369- pnpm config set supportedArchitectures. libc "glibc"
368+ pnpm config set supported-architectures- cpu "arm64"
369+ pnpm config set supported-architectures- libc "glibc"
370370 pnpm install
371371 - name : Build Examples
372372 run : pnpm build:examples
@@ -407,8 +407,8 @@ jobs:
407407 shell : bash
408408 - name : Install dependencies
409409 run : |
410- pnpm config set supportedArchitectures. cpu "arm64"
411- pnpm config set supportedArchitectures. libc "musl"
410+ pnpm config set supported-architectures- cpu "arm64"
411+ pnpm config set supported-architectures- libc "musl"
412412 pnpm install
413413 - name : Build Examples
414414 run : pnpm build:examples
@@ -454,7 +454,7 @@ jobs:
454454 shell : bash
455455 - name : Install dependencies
456456 run : |
457- pnpm config set supportedArchitectures. cpu "arm"
457+ pnpm config set supported-architectures- cpu "arm"
458458 pnpm install
459459 - name : Build Examples
460460 run : pnpm build:examples
You can’t perform that action at this time.
0 commit comments