Skip to content

Commit 81a4790

Browse files
committed
Updated workflows
1 parent 7ef16b2 commit 81a4790

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-tool.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: Install dependencies on macOS
116116
if: ${{ startsWith(matrix.config.os, 'macos') }}
117117
run: |
118-
brew install ninja cmake
118+
# cmake is already installed
119+
brew install ninja
119120
pip3 install --upgrade --break-system-packages click
120121
ninja --version
121122
cmake --version

.github/workflows/cmake-desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
- name: Install dependencies on macOS
7676
if: startsWith(matrix.config.os, 'macos')
7777
run: |
78-
brew install cmake ninja
78+
# cmake is already installed
79+
brew install ninja
7980
ninja --version
8081
cmake --version
8182

0 commit comments

Comments
 (0)