Skip to content

Commit d103d49

Browse files
committed
1 parent a7bcbd4 commit d103d49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
uses: actions/checkout@v4
6464
with:
6565
submodules: 'true'
66-
- run: ls resources/patches/swift-android.patch
66+
- name: "Check Patches"
67+
working-directory: swift-ci/sdks/android
68+
run: ls resources/patches/
6769
- name: Build Android SDK in Docker
6870
continue-on-error: true
6971
working-directory: swift-ci/sdks/android

0 commit comments

Comments
 (0)