Skip to content

Commit 48c8b18

Browse files
committed
Install bison and cmake<4 only
ninja is already installed Signed-off-by: Julien Jerphanion <[email protected]>
1 parent 97a534d commit 48c8b18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ jobs:
8282
- name: Setup macOS build environment
8383
if: matrix.os == 'macos'
8484
run: |
85-
brew install cmake ninja
85+
brew install cmake@3.28
8686
brew install sccache
87+
brew install bison # required by thrift pulled via vcpkg
8788
echo "SCCACHE_DIR=/tmp/sccache" >> $GITHUB_ENV
8889
mkdir -p /tmp/sccache
8990

0 commit comments

Comments
 (0)