From f6cd24b882fb90ea52a2e778d550d5db7fa122eb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 27 Feb 2025 16:13:16 +0000 Subject: [PATCH] Update build_windows.yaml --- .github/workflows/build_windows.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 3e30b356..8bda04e5 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -60,9 +60,9 @@ 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 + # - 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 - uses: actions/checkout@v4 @@ -125,7 +125,9 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: | refreshenv - yarn build:native --target ${{ steps.config.outputs.target }} + yarn docker:setup + yarn docker:install + yarn docker:build:native --target ${{ steps.config.outputs.target }} - name: Install and configure eSigner CKA run: |