We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9a138 commit db53751Copy full SHA for db53751
.github/workflows/ci.yml
@@ -28,12 +28,10 @@ jobs:
28
steps:
29
- uses: actions/checkout@v6
30
- name: Build
31
- uses: capturecontext/swift-package-action/build@3.0-beta.8
+ uses: capturecontext/swift-package-action/build@3.0-beta.9
32
with:
33
xcode: ${{ matrix.xcode }}
34
cache-derived-data: true
35
action: xcodebuild
36
platform: ${{ matrix.platform }}
37
- workspace: .swiftpm/xcode/package.xcworkspace
38
scheme: cocoa-aliases
39
- config: Debug
0 commit comments