Skip to content

Commit 5532058

Browse files
committed
enable macros in build
1 parent dfd4f47 commit 5532058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
xcrun --show-sdk-build-version
9090
swift --version
9191
rm -rf ~/Library/Developer/Xcode/DerivedData/*
92-
xcodebuild build-for-testing -scheme mlx-swift-lm-Package -destination 'platform=macOS'
92+
xcodebuild build-for-testing -scheme mlx-swift-lm-Package -destination 'platform=macOS' -skipMacroValidation
9393
9494
- name: Run Tests (Xcode, macOS)
9595
shell: sh

0 commit comments

Comments
 (0)