From 5c83c7ad6645b864c020354adee21d3e54b1d309 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 15 Feb 2024 09:50:05 -0800 Subject: [PATCH] GHA: remove obsolete workaround The statically linked shims have been converted to dynamic linking upstream. This means that `swift_static` no longer contains anything and we do not need to add that module search path. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7763e61..b801e7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: include: - branch: development tag: DEVELOPMENT-SNAPSHOT-2024-02-08-a - options: -Xswiftc "-I${env:SDKROOT}\usr\lib\swift_static\windows" -Xswiftc "-I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include" + options: -Xswiftc "-I${env:SDKROOT}\..\..\..\..\..\..\Toolchains\0.0.0+Asserts\usr\include" name: Swift ${{ matrix.tag }}