We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95a1d7 commit c422e86Copy full SHA for c422e86
.github/workflows/pull_request.yml
@@ -108,4 +108,4 @@ jobs:
108
run: "swift test"
109
- name: Build (Swift) Sample Apps
110
run: |
111
- find Samples/ -name Package.swift -depth 2 -exec swift build --package-path $(dirname {}) \;;
+ find Samples/ -name Package.swift -maxdepth 2 -exec swift build --package-path $(dirname {}) \;;
0 commit comments