From 1eb35fd55ef2be2c76a61509e9567ef23220a1f7 Mon Sep 17 00:00:00 2001 From: TwinFan <twinfan@sonux.net> Date: Sun, 1 Dec 2024 00:54:19 +0100 Subject: [PATCH] Fix/Mac: ninja's now already pre-installed --- .github/actions/build-mac/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/build-mac/action.yml b/.github/actions/build-mac/action.yml index 104ac92..e750191 100644 --- a/.github/actions/build-mac/action.yml +++ b/.github/actions/build-mac/action.yml @@ -19,10 +19,6 @@ outputs: runs: using: "composite" steps: - - name: Install required libs - shell: bash - run: | - brew install ninja - name: Prepare shell: bash run: |