Skip to content
  • Sponsor swiftwasm/JavaScriptKit

  • Notifications You must be signed in to change notification settings
  • Fork 51

Commit 4709005

Browse files
committedApr 1, 2025·
CI: Ensure that linking works correctly for native targets
1 parent c80eed3 commit 4709005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.os }}
6565
steps:
6666
- uses: actions/checkout@v4
67-
- run: swift build
67+
- run: swift build --package-path ./Examples/Basic
6868
env:
6969
DEVELOPER_DIR: /Applications/${{ matrix.xcode }}.app/Contents/Developer/
7070

0 commit comments

Comments
 (0)
Please sign in to comment.