Skip to content

Commit 5a3858f

Browse files
committed
Fix CMake installation error on MacOS
1 parent b124e00 commit 5a3858f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compilation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v4
7373

74+
- name: Allow CMake to be installed
75+
if: startsWith(matrix.os[0], 'macos')
76+
run: |
77+
brew uninstall cmake
78+
7479
- name : Install dependencies on required OS
7580
run: |
7681
./prepare.sh

0 commit comments

Comments
 (0)