Skip to content

Commit 4f05577

Browse files
committed
Fix CI
1 parent d61cb12 commit 4f05577

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,10 @@ jobs:
2929

3030
android-tests:
3131
name: Android tests
32-
uses: skiptools/swift-android-action@v2
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v4
35+
- name: "Test Swift Package on Android"
36+
uses: skiptools/swift-android-action@v2
37+
3338

0 commit comments

Comments
 (0)