From e0a05953f1989bc3d7cbf776f2e88832fd313259 Mon Sep 17 00:00:00 2001 From: LyokoJeremie Date: Wed, 31 Jul 2024 23:20:48 +0800 Subject: [PATCH] corepack enable --- .github/workflows/cmake-multi-platform.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7468ec1..eb8de0e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -73,6 +73,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: corepack enable + run: corepack enable + - name: Build Web Html Js run: | cd html