Skip to content

Commit 8a82b24

Browse files
authored
Uninstall cmake before installing packages
1 parent 7f517e4 commit 8a82b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Install packages
174174
run: |
175-
brew pin cmake
175+
brew uninstall cmake
176176
brew install cmake pkgconfig autoconf libtool automake wget pcre doxygen llvm
177177
brew reinstall gcc
178178
pip3 install numpy==1.25

0 commit comments

Comments
 (0)