Skip to content

Commit

Permalink
Fax/Max: macos-14 does need ninja installation again...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwinFan committed Dec 1, 2024
1 parent a8347a8 commit 733765c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build-mac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ outputs:
runs:
using: "composite"
steps:
- name: Install required libs
shell: bash
run: |
brew install ninja
- name: Prepare
shell: bash
run: |
Expand Down

0 comments on commit 733765c

Please sign in to comment.