Skip to content

Commit 909d4cb

Browse files
RISCfutureclaude
andcommitted
Build only library target on Linux CI
The SwiftDOF_E2E executable uses Apple-only APIs (NSKeyValueObservation, URLSession) that are not available on Linux. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d3d41b8 commit 909d4cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- name: Build
50-
run: swift build -v
50+
run: swift build --target SwiftDOF -v
5151
- name: Test
5252
run: swift test -v
5353
lint:

0 commit comments

Comments
 (0)