Skip to content

Commit b8edeeb

Browse files
Disable experimental SwiftSyntax prebuilts for BridgeJS tests
1 parent 36ed250 commit b8edeeb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
# Clean any cached resolution
8787
rm -rf .build Package.resolved
8888
- name: Run BridgeJS tests
89-
run: swift test --package-path ./Plugins/BridgeJS
89+
# NOTE: Seems like the prebuilt SwiftSyntax binaries are not compatible with
90+
# non-macro dependents, so disable experimental prebuilts for now.
91+
run: swift test --disable-experimental-prebuilts --package-path ./Plugins/BridgeJS
9092

9193
native-build:
9294
# Check native build to make it easy to develop applications by Xcode

0 commit comments

Comments
 (0)