Skip to content

Commit 3226084

Browse files
Fix brew install command to use --formula for cmake
1 parent e61e23b commit 3226084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install dependencies
9494
run: |
95-
brew install cmake
95+
brew install --formula cmake
9696
9797
- name: Configure CMake
9898
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DENABLE_ASAN=ON -DENABLE_UBSAN=ON
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Install dependencies
161161
run: |
162-
brew install cmake
162+
brew install --formula cmake
163163
164164
- name: Configure CMake
165165
run: cmake -B build -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)