File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,7 @@ jobs:
134
134
# https://developer.android.com/guide/practices/page-sizes#alignment-use-script
135
135
run : |
136
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/
137
+ cd ~/.config/swiftpm/swift-sdks/*.artifactbundle/swift-android/swift-resources/usr/lib/swift-aarch64/android/
142
138
${CHECK_ELF_ALIGNMENT} .
143
139
- name : Create Demo Project
144
140
run : |
You can’t perform that action at this time.
0 commit comments