Skip to content

Commit a68c54f

Browse files
committed
Update build.yml
Update modulemaps for the SDK to ensure compatibility with the new image.
1 parent 3515be4 commit a68c54f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
steps:
5151
- uses: compnerd/gha-setup-swift@main
5252
with:
53-
tag: ${{ matrix.tag }}
54-
branch: ${{ matrix.branch }}
53+
swift-build: ${{ matrix.tag }}
54+
swift-version: ${{ matrix.branch }}
55+
update-sdk-modules: true
5556

5657
- uses: actions/checkout@v3
5758

0 commit comments

Comments
 (0)