Update build_windows.yaml

This commit is contained in:
Michael Telatynski 2025-02-27 16:35:09 +00:00 committed by GitHub
parent 5c0fcff0e8
commit 3e0c7b2e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,6 +63,7 @@ jobs:
# - name: Install WinGet # - name: Install WinGet
# uses: Cyberboss/install-winget@v1 # 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: 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 - uses: actions/checkout@v4
@ -125,9 +126,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: | run: |
refreshenv refreshenv
yarn docker:setup yarn build:native --target ${{ steps.config.outputs.target }}
yarn docker:install
yarn docker:build:native --target ${{ steps.config.outputs.target }}
- name: Install and configure eSigner CKA - name: Install and configure eSigner CKA
run: | run: |