File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 26
26
swift-version : ['swift-6.2-branch', 'development']
27
27
runs-on : ubuntu-24.04
28
28
steps :
29
- - name : Checkout repository
29
+ - name : Checkout swift-docker
30
30
uses : actions/checkout@v4
31
31
with :
32
32
# repository: swiftlang/swift-docker
@@ -125,10 +125,15 @@ jobs:
125
125
# recent releases require that ANDROID_NDK_ROOT *not* be set
126
126
# see https://github.com/swiftlang/swift-driver/pull/1879
127
127
echo "ANDROID_NDK_ROOT=" >> $GITHUB_ENV
128
+ - name : Checkout swift-android-sdk-build
129
+ uses : actions/checkout@v4
130
+ with :
131
+ repository : swift-android-sdk/swift-android-sdk-build
132
+ path : swift-android-sdk-build
128
133
- name : Check ELF Alignment
129
134
# https://developer.android.com/guide/practices/page-sizes#alignment-use-script
130
135
run : |
131
- ./scripts/check_elf_alignment.sh ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
136
+ ./swift-android-sdk-build/ scripts/check_elf_alignment.sh ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
132
137
- name : Create Demo Project
133
138
run : |
134
139
cd ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments