2929 - name : Checkout repository
3030 uses : actions/checkout@v4
3131 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
3734 - name : Free Disk Space
3835 run : |
3936 df -h
@@ -143,7 +140,7 @@ jobs:
143140 echo 'import Dispatch' >> Sources/DemoProject/DemoProject.swift
144141 echo 'import Android' >> Sources/DemoProject/DemoProject.swift
145142 - name : Test Demo Project on Android
146- uses : skiptools /swift-android-action@main
143+ uses : swift-android-sdk /swift-android-action@main
147144 with :
148145 # only test for the complete arch SDK build to speed up CI
149146 # run-tests: ${{ matrix.arch == '' }}
@@ -157,7 +154,7 @@ jobs:
157154 repository : apple/swift-algorithms
158155 path : swift-algorithms
159156 - name : Test swift-algorithms
160- uses : skiptools /swift-android-action@main
157+ uses : swift-android-sdk /swift-android-action@main
161158 with :
162159 run-tests : true
163160 package-path : swift-algorithms
@@ -170,7 +167,7 @@ jobs:
170167 repository : skiptools/swift-android-native
171168 path : swift-android-native
172169 - name : Test swift-android-native
173- uses : skiptools /swift-android-action@main
170+ uses : swift-android-sdk /swift-android-action@main
174171 with :
175172 run-tests : true
176173 package-path : swift-android-native
@@ -183,7 +180,7 @@ jobs:
183180 repository : apple/swift-system
184181 path : swift-system
185182 - name : Test swift-system
186- uses : skiptools /swift-android-action@main
183+ uses : swift-android-sdk /swift-android-action@main
187184 with :
188185 run-tests : true
189186 package-path : swift-system
0 commit comments