Skip to content

Commit 409d1d9

Browse files
authored
Use download tar artifact for Android stdlib (#911)
This was missed in #907
1 parent ac89057 commit 409d1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-toolchain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@ jobs:
36263626
triple_no_api_level: x86_64-unknown-linux-android
36273627

36283628
steps:
3629-
- uses: actions/download-artifact@v4
3629+
- uses: thebrowsercompany/gha-download-tar-artifact@59992d91335d4ecba543c8535f7d07238e42125d # main
36303630
# There is currently no Android NDK for Windows ARM64 so build Android only on Windows X64 host only
36313631
if: inputs.build_android
36323632
with:

0 commit comments

Comments
 (0)