Skip to content

Commit 6c955d2

Browse files
committed
Update swift-android-action@v2
1 parent c0d6a84 commit 6c955d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: "Test Swift Package Locally"
1919
run: swift test
2020
- name: "Test Swift Package on Android"
21-
uses: skiptools/swift-android-action@v1
21+
uses: skiptools/swift-android-action@v2
2222
- name: "Test Swift Package on iOS"
2323
run: xcodebuild test -sdk "iphonesimulator" -destination "platform=iOS Simulator,name=iPhone 15" -scheme "$(xcodebuild -list -json | jq -r '.workspace.schemes[-1]')"
2424

0 commit comments

Comments
 (0)