File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,13 @@ jobs:
133
133
- name : Check ELF Alignment
134
134
# https://developer.android.com/guide/practices/page-sizes#alignment-use-script
135
135
run : |
136
- ./swift-android-sdk-build/scripts/check_elf_alignment.sh ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
136
+ CHECK_ELF_ALIGNMENT=$(realpath ./swift-android-sdk-build/scripts/check_elf_alignment.sh)
137
+ ls ~/.swiftpm/swift-sdks/
138
+ ls ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/
139
+ ls ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/
140
+ ls ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
141
+ cd ~/.swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
142
+ ${CHECK_ELF_ALIGNMENT} .
137
143
- name : Create Demo Project
138
144
run : |
139
145
cd ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments