Skip to content

Commit c422e86

Browse files
committed
maxdepth is more compatible in find command
1 parent c95a1d7 commit c422e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ jobs:
108108
run: "swift test"
109109
- name: Build (Swift) Sample Apps
110110
run: |
111-
find Samples/ -name Package.swift -depth 2 -exec swift build --package-path $(dirname {}) \;;
111+
find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;

0 commit comments

Comments
 (0)