From 81b32d022c5771d174147f12dae6c1b42e71cb2e Mon Sep 17 00:00:00 2001 From: nil4 Date: Tue, 5 Nov 2024 10:54:45 +0100 Subject: [PATCH] [win-arm64] test `winget` Try skipping `gha-setup-vsdevenv` --- .github/workflows/x-win.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/x-win.yml b/.github/workflows/x-win.yml index b9a58b07..4f40e242 100644 --- a/.github/workflows/x-win.yml +++ b/.github/workflows/x-win.yml @@ -65,6 +65,15 @@ jobs: SWIFT_VERSION: "6.0.2" steps: + - name: test winget (win-arm64) + if: "success() && matrix.env.NUGET_RID == 'win-arm64'" + shell: cmd + run: | + set + where winget + winget --version + exit 0 + - name: setup tools (win-arm64) if: "success() && matrix.env.NUGET_RID == 'win-arm64'" shell: powershell @@ -97,9 +106,9 @@ jobs: run: | sudo xcode-select --switch /Applications/Xcode_16.0.app - - name: setup VC++ environment (Windows) - if: "success() && matrix.env.OS == 'windows'" - uses: compnerd/gha-setup-vsdevenv@v6 + #- name: setup VC++ environment (Windows) + # if: "success() && matrix.env.OS == 'windows'" + # uses: compnerd/gha-setup-vsdevenv@v6 - name: setup Swift (Windows) if: "success() && matrix.env.OS == 'windows'"