We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80eed3 commit 4709005Copy full SHA for 4709005
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
runs-on: ${{ matrix.os }}
65
steps:
66
- uses: actions/checkout@v4
67
- - run: swift build
+ - run: swift build --package-path ./Examples/Basic
68
env:
69
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer/
70
0 commit comments