diff --git a/.github/workflows/swift-debug-windows.yml b/.github/workflows/swift-debug-windows.yml index deab5d3..2459ed3 100644 --- a/.github/workflows/swift-debug-windows.yml +++ b/.github/workflows/swift-debug-windows.yml @@ -16,7 +16,12 @@ jobs: branch: swift-5.10-release tag: 5.10-RELEASE - uses: actions/checkout@v4 - - name: 🔥 Upgrade MSVC for a working STL. + - 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 diff --git a/.github/workflows/swift-windows.yml b/.github/workflows/swift-windows.yml index c6caf4e..44a38bb 100644 --- a/.github/workflows/swift-windows.yml +++ b/.github/workflows/swift-windows.yml @@ -16,7 +16,12 @@ jobs: branch: swift-5.10-release tag: 5.10-RELEASE - uses: actions/checkout@v4 - - name: 🔥 Upgrade MSVC for a working STL. + - 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