From 2fa5a770de18642a86df591f180a924e47adb9d3 Mon Sep 17 00:00:00 2001 From: msojocs Date: Tue, 16 Apr 2024 20:30:24 +0800 Subject: [PATCH] feat: run install --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d5fe211..e0d92e2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,6 +109,8 @@ jobs: - name: run-vcpkg uses: lukka/run-vcpkg@v11.5 # Option 2: specify 'latest' or 'latestrc' in the input version arguments: + with: + runVcpkgInstall: true - name: Prepare run: | pnpm install --no-frozen-lockfile