From 607ac3fd5867344f28dbdd85694d7c9be5dfe32f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sat, 11 Oct 2025 14:23:30 -0700 Subject: [PATCH] Update build.yml Update modulemaps for the SDK to ensure compatibility with the new image. --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c52b2b3d..ef2b091c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,8 +50,9 @@ jobs: steps: - uses: compnerd/gha-setup-swift@main with: - tag: ${{ matrix.tag }} - branch: ${{ matrix.branch }} + swift-build: ${{ matrix.tag }} + swift-version: ${{ matrix.branch }} + update-sdk-modules: true - uses: actions/checkout@v3