Skip to content

Commit 3f2b15d

Browse files
authored
GHA: download additional images when packaging
Pull in the Android stdlib when building Android installer MSI.
1 parent 0b18205 commit 3f2b15d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,6 +3339,10 @@ jobs:
33393339
cpu: x86_64
33403340

33413341
steps:
3342+
- uses: actions/download-artifact@v4
3343+
with:
3344+
name: Android-stdlib-${{ matrix.arch }}
3345+
path: ${{ github.workspace }}/BuildRoot/Library/Developer/Platforms/Android.platform
33423346
- uses: actions/download-artifact@v4
33433347
with:
33443348
name: Android-sdk-${{ matrix.arch }}

0 commit comments

Comments
 (0)