29
29
- name : Checkout repository
30
30
uses : actions/checkout@v4
31
31
with :
32
- repository : swiftlang/swift-docker
33
- - name : Checkout https://github.com/swiftlang/swift-docker/pull/467
34
- run : gh pr checkout 467
35
- env :
36
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
+ # repository: swiftlang/swift-docker
33
+ repository : swift-android-sdk/swift-docker
37
34
- name : Free Disk Space
38
35
run : |
39
36
df -h
@@ -143,7 +140,7 @@ jobs:
143
140
echo 'import Dispatch' >> Sources/DemoProject/DemoProject.swift
144
141
echo 'import Android' >> Sources/DemoProject/DemoProject.swift
145
142
- name : Test Demo Project on Android
146
- uses : skiptools /swift-android-action@main
143
+ uses : swift-android-sdk /swift-android-action@main
147
144
with :
148
145
# only test for the complete arch SDK build to speed up CI
149
146
# run-tests: ${{ matrix.arch == '' }}
@@ -157,7 +154,7 @@ jobs:
157
154
repository : apple/swift-algorithms
158
155
path : swift-algorithms
159
156
- name : Test swift-algorithms
160
- uses : skiptools /swift-android-action@main
157
+ uses : swift-android-sdk /swift-android-action@main
161
158
with :
162
159
run-tests : true
163
160
package-path : swift-algorithms
@@ -170,7 +167,7 @@ jobs:
170
167
repository : skiptools/swift-android-native
171
168
path : swift-android-native
172
169
- name : Test swift-android-native
173
- uses : skiptools /swift-android-action@main
170
+ uses : swift-android-sdk /swift-android-action@main
174
171
with :
175
172
run-tests : true
176
173
package-path : swift-android-native
@@ -183,7 +180,7 @@ jobs:
183
180
repository : apple/swift-system
184
181
path : swift-system
185
182
- name : Test swift-system
186
- uses : skiptools /swift-android-action@main
183
+ uses : swift-android-sdk /swift-android-action@main
187
184
with :
188
185
run-tests : true
189
186
package-path : swift-system
0 commit comments