Skip to content

Commit efa4824

Browse files
committed
Fix check_elf_alignment.sh step
1 parent 9a7a099 commit efa4824

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ jobs:
134134
# https://developer.android.com/guide/practices/page-sizes#alignment-use-script
135135
run: |
136136
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/
137+
cd ~/.config/swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
142138
${CHECK_ELF_ALIGNMENT} .
143139
- name: Create Demo Project
144140
run: |

0 commit comments

Comments
 (0)