Skip to content

Commit

Permalink
Update Windows CI to not install ninja (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Mar 26, 2024
1 parent db8193d commit fb12776
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ jobs:

# CMake gets libaec from fetchcontent

- name: Install Dependencies (Windows)
run: choco install ninja
if: matrix.os == 'windows-latest'

- name: Install Dependencies (macOS)
run: brew install ninja
if: matrix.os == 'macos-13'
Expand Down

0 comments on commit fb12776

Please sign in to comment.