Skip to content

Commit d7cd116

Browse files
committed
brew install autoconf
1 parent 1f74e6d commit d7cd116

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-on-unix.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ jobs:
5454
sudo ln -f /usr/bin/clang-20 /usr/bin/clang
5555
sudo ln -f /usr/bin/clang++-20 /usr/bin/clang++
5656
57-
#- name: Install development environment (MacOS)
58-
# if: matrix.os.on == 'macos-26'
59-
# run: |
60-
# sudo ln -f $(brew --prefix llvm@20)/bin/clang /usr/bin/clang
61-
# sudo ln -f $(brew --prefix llvm@20)/bin/clang++ /usr/bin/clang++
57+
- name: Install development environment (MacOS)
58+
if: matrix.os.on == 'macos-26'
59+
run: sudo brew install autoconf autoconf-archive ninja cmake pkg-config
6260

6361
- name: Create vcpkg cache dir
6462
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}

0 commit comments

Comments
 (0)