From 673aa8adbbfe91df802a7e91b088b2d9bc5a0dd7 Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Wed, 7 Jan 2026 09:35:06 +0100 Subject: [PATCH] Bump the static linux SDK to make CI work again --- .github/workflows/endtoend_tests.yml | 4 ++-- .github/workflows/interop_tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/endtoend_tests.yml b/.github/workflows/endtoend_tests.yml index 07a0195..2abd57f 100644 --- a/.github/workflows/endtoend_tests.yml +++ b/.github/workflows/endtoend_tests.yml @@ -41,8 +41,8 @@ jobs: - name: Install the static SDK run: | swift sdk install \ - https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ - --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378 + https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ + --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c - name: Build the example run: | diff --git a/.github/workflows/interop_tests.yml b/.github/workflows/interop_tests.yml index d61e3d9..a63e3be 100644 --- a/.github/workflows/interop_tests.yml +++ b/.github/workflows/interop_tests.yml @@ -64,8 +64,8 @@ jobs: - name: Install the static SDK run: | swift sdk install \ - https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ - --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378 + https://download.swift.org/swift-6.2.3-release/static-sdk/swift-6.2.3-RELEASE/swift-6.2.3-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz \ + --checksum f30ec724d824ef43b5546e02ca06a8682dafab4b26a99fbb0e858c347e507a2c # Run the test script - name: Test ELF detection