Skip to content

Commit 231d255

Browse files
committed
fix/mac/Actions: Don't install ninja, already there
1 parent 09992ca commit 231d255

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/build-mac/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ outputs:
2525
runs:
2626
using: "composite"
2727
steps:
28-
- name: Install required libs
29-
shell: bash
30-
run: |
31-
brew install ninja
3228
- name: Prepare
3329
shell: bash
3430
run: |

0 commit comments

Comments
 (0)