summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-09-09 19:36:26 +0200
committerGitHub <noreply@github.com>2021-09-09 19:36:26 +0200
commit3c857e7c8e50b0cd38a5004dedff48b7cbc06231 (patch)
treea027ba74642918bbeac90aac5e5efd90468ca6fb /.github/workflows/build.yml
parentd1f1ede32f8df1d7d6dc5d2a18ac43b6a3b2d2a2 (diff)
install ccache and ninja at once
Co-authored-by: Be <be.0@gmx.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6dee8b0fa6..5f4ed3955f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -142,8 +142,7 @@ jobs:
- name: "[macOS] install ccache and make"
if: runner.os == 'macOS'
run: |
- brew install ccache
- brew install ninja
+ brew install ccache ninja
- name: "[macOS/Windows] Get build environment name"
if: runner.os != 'Linux'