We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef630d commit 1ce4125Copy full SHA for 1ce4125
.github/workflows/ci.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Select Xcode 16
126
run: sudo xcode-select -s /Applications/Xcode_16.2.app
127
- name: Update xcbeautify
128
- run: brew update && upgrade xcbeautify
+ run: brew update && brew upgrade xcbeautify
129
- name: Set IgnoreFileSystemDeviceInodeChanges flag
130
run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
131
- name: Update mtime for incremental builds
0 commit comments