Skip to content

Commit a6096a1

Browse files
committed
do not install cmake and ninja on macos
1 parent 8c87fea commit a6096a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
run: |
4040
sudo apt update && sudo apt install -y build-essential cmake ninja-build libudev-dev
4141
42-
- name: Install dependencies (macos)
43-
if: runner.os == 'macOS'
44-
run: |
45-
brew install cmake ninja
46-
4742
- name: install dependencies (windows)
4843
if: runner.os == 'Windows'
4944
uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)