Skip to content

Commit 7334e3d

Browse files
author
Levent KARAGÖL
committed
Github Action .yml files have been updated
1 parent 20eadec commit 7334e3d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/macos.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ jobs:
1717
run: |
1818
brew update
1919
brew install cmake pkg-config git wget curl
20-
- name: Handle existing vcpkg installation
20+
- name: Prepare vcpkg
2121
run: |
2222
if brew list vcpkg; then
23-
brew unlink vcpkg && brew uninstall vcpkg
23+
brew unlink vcpkg
24+
brew uninstall --ignore-dependencies vcpkg
25+
fi
26+
if [ -f /usr/local/bin/vcpkg ]; then
27+
rm /usr/local/bin/vcpkg
2428
fi
2529
brew install vcpkg
2630
brew link --overwrite vcpkg

0 commit comments

Comments
 (0)