Skip to content

Commit db53751

Browse files
committed
feat(CI): Update config
1 parent 6b9a138 commit db53751

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
- name: Build
31-
uses: capturecontext/swift-package-action/build@3.0-beta.8
31+
uses: capturecontext/swift-package-action/build@3.0-beta.9
3232
with:
3333
xcode: ${{ matrix.xcode }}
3434
cache-derived-data: true
3535
action: xcodebuild
3636
platform: ${{ matrix.platform }}
37-
workspace: .swiftpm/xcode/package.xcworkspace
3837
scheme: cocoa-aliases
39-
config: Debug

0 commit comments

Comments
 (0)