Skip to content

Commit

Permalink
[win-arm64] test winget
Browse files Browse the repository at this point in the history
Try skipping `gha-setup-vsdevenv`
  • Loading branch information
nil4 committed Nov 5, 2024
1 parent 885aff2 commit 81b32d0
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/x-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'"
Expand Down

0 comments on commit 81b32d0

Please sign in to comment.