Fixes swift windows CI (#8685)

Fixes ci failing to a missing component on the github actions side, and
this is enabled until its fixed from the swiftlylab side

Enables swift ci
This commit is contained in:
mustiikhalil
2025-08-28 08:49:50 +02:00
committed by GitHub
parent ef1030ff0b
commit 6164edf558

View File

@@ -520,13 +520,14 @@ jobs:
build-swift-windows:
name: Test swift windows
if: false #disabled due to continual failure
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: '6.1'
# To be removed when swiftylab fixes the CI
visual-studio-components: Microsoft.VisualStudio.Component.Windows11SDK.22621
- run: swift build
- run: swift test