From 3e0c7b2e35726bb5b8ce49703af15a61cbd94fec Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 27 Feb 2025 16:35:09 +0000 Subject: [PATCH] Update build_windows.yaml --- .github/workflows/build_windows.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 8bda04e5..d832363c 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -63,6 +63,7 @@ jobs: # - name: Install WinGet # uses: Cyberboss/install-winget@v1 # - run: winget install -e --silent --accept-source-agreements --accept-package-agreements --id Microsoft.VisualStudio.2022.Enterprise -v "17.12.3" --force + - run: choco upgrade visualstudio2022enterprise --version=117.12.4 - uses: actions/checkout@v4 @@ -125,9 +126,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: | refreshenv - yarn docker:setup - yarn docker:install - yarn docker:build:native --target ${{ steps.config.outputs.target }} + yarn build:native --target ${{ steps.config.outputs.target }} - name: Install and configure eSigner CKA run: |