Skip to content

Commit

Permalink
CI: windows, remove attempt to install/upgrade winget.
Browse files Browse the repository at this point in the history
* sadly its not possible to install/upgrade winget in windows server
  environments, we are stuck with broken CI on microsoft windows
  until `windows-latest` upgrades MSVC from the current version
  to fix their broken STL.

Signed-off-by: furbyβ„’ <[email protected]>
  • Loading branch information
furby-tm committed Oct 29, 2024
1 parent afbc008 commit 6eedb78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/swift-debug-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v4
- name: πŸ’€ Install winget
shell: pwsh
run: |
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
- name: πŸ”₯ Upgrade MSVC for a working STL
shell: pwsh
run: winget upgrade --all --accept-source-agreements --accept-package-agreements
- name: πŸ™ Fetch Git Submodules
run: git submodule update --init --recursive
- name: πŸ§ͺ Test
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/swift-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v4
- name: πŸ’€ Install winget
shell: pwsh
run: |
Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
Add-AppxPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
- name: πŸ”₯ Upgrade MSVC for a working STL
shell: pwsh
run: winget upgrade --all --accept-source-agreements --accept-package-agreements
- name: πŸ™ Fetch Git Submodules
run: git submodule update --init --recursive
- name: πŸ“¦ Build
Expand Down

0 comments on commit 6eedb78

Please sign in to comment.