From ca22b21bab4dff5c9d6229ab13036f9c59a8f7fa Mon Sep 17 00:00:00 2001 From: NGPixel Date: Sun, 22 Oct 2023 22:32:05 +0000 Subject: [PATCH] ci: fix windows build --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1cc4d1d..49ee7dc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,6 +111,11 @@ jobs: with: node-version: 20.x + - name: Enable pnpm + run: | + corepack enable + corepack prepare pnpm@latest --activate + - name: Download Build Artifact uses: actions/download-artifact@v3 with: