From 6164edf558e1e1540f06f9143d5cd4ec7c8fda5f Mon Sep 17 00:00:00 2001 From: mustiikhalil <26250654+mustiikhalil@users.noreply.github.com> Date: Thu, 28 Aug 2025 08:49:50 +0200 Subject: [PATCH] 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 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1178c7776..cca977dd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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