Skip to content

Commit 4db51ec

Browse files
committed
Install cmake
1 parent 4c719f3 commit 4db51ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ jobs:
107107
if: runner.environment == 'github-hosted'
108108
run: |
109109
NONINTERACTIVE=1 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
110-
- name: Install x86_64 pkg-config
110+
- name: Install x86_64 pkg-config & cmake
111111
if: runner.environment == 'github-hosted'
112112
run: |
113-
arch -x86_64 /usr/local/bin/brew install pkg-config
113+
arch -x86_64 /usr/local/bin/brew install pkg-config cmake
114114
- name: Build
115115
run: arch -x86_64 ./build_macos.sh
116116
- name: Upload Artifact

0 commit comments

Comments
 (0)