Skip to content

Commit 663e750

Browse files
authored
Update cpp-macos.yml
1 parent 32c3293 commit 663e750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp-macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- run: git fetch --prune --unshallow --tags
1616

1717
- name: Install Xcode CLI tools
18-
run: xcode-select --install
18+
run: |
19+
sudo rm -rf /Library/Developer/CommandLineTools
20+
sudo xcode-select --install
1921
2022
- name: pkg
2123
run: |

0 commit comments

Comments
 (0)