Skip to content

Commit 5e387bd

Browse files
authored
Merge pull request #20347 from Michael-Gardner/HPCC-34912
HPCC-34912 Fix macos cmake issue in build-gh-runner for test suite
2 parents bc794a4 + 1c582b4 commit 5e387bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-gh_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: ${{ contains(inputs.os, 'macos') }}
126126
shell: "bash"
127127
run: |
128-
brew install bison flex pkg-config autoconf autoconf-archive automake libtool cmake openjdk@11 ninja
128+
brew install bison flex autoconf autoconf-archive automake libtool openjdk@11 ninja
129129
130130
- name: "Remove builtin vcpkg (old)"
131131
working-directory: .

0 commit comments

Comments
 (0)