Skip to content

Commit 2038695

Browse files
committed
WIP
1 parent b554cae commit 2038695

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Git Checkout
3333
uses: actions/checkout@v4
3434

35+
- name: Disable Macro Fingerprint Validation
36+
run: |
37+
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
38+
defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
39+
3540
- name: Test Library
3641
uses: mxcl/xcodebuild@v3
3742
with:

0 commit comments

Comments
 (0)