Skip to content

Commit b97c88f

Browse files
committed
Fix swiftly install
1 parent a27b3de commit b97c88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
# EMULATOR_ARCH: 'arm64-v8a'
2929
# EMULATOR_GPU: 'swiftshader_indirect'
3030

31-
- name: 'macOS 15 Intel API 28'
31+
- name: 'macOS 15 API 28'
3232
os: 'macos-15-intel'
3333
ANDROID_API: 28
3434
EMULATOR_ARCH: 'x86_64'
3535
EMULATOR_GPU: 'swiftshader_indirect'
3636

37-
- name: 'Ubuntu Latest API 28'
37+
- name: 'Ubuntu API 28'
3838
os: 'ubuntu-latest'
3939
ANDROID_API: 28
4040
EMULATOR_ARCH: 'x86_64'
4141
EMULATOR_GPU: 'swiftshader_indirect'
4242

43-
- name: 'Ubuntu Latest API 35'
43+
- name: 'Ubuntu API 35'
4444
os: 'ubuntu-latest'
4545
ANDROID_API: 35
4646
EMULATOR_ARCH: 'x86_64'
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Setup Swift SDK for Android
129129
run: |
130-
cd ~/Library/org.swift.swiftpm || cd ${XDG_CONFIG_HOME:-$HOME}/.swiftpm || cd ~/.swiftpm
130+
cd ~/Library/org.swift.swiftpm || cd ${XDG_CONFIG_HOME}/swiftpm || cd ~/.local/swiftpm || cd ~/.swiftpm
131131
./swift-sdks/${SWIFT_ANDROID_SDK_VERSION}-a-android-0.1.artifactbundle/swift-android/scripts/setup-android-sdk.sh
132132
133133
- name: Build Swift Executable for Android

0 commit comments

Comments
 (0)