We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f74e6d commit d7cd116Copy full SHA for d7cd116
.github/workflows/build-on-unix.yml
@@ -54,11 +54,9 @@ jobs:
54
sudo ln -f /usr/bin/clang-20 /usr/bin/clang
55
sudo ln -f /usr/bin/clang++-20 /usr/bin/clang++
56
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++
+ - name: Install development environment (MacOS)
+ if: matrix.os.on == 'macos-26'
+ run: sudo brew install autoconf autoconf-archive ninja cmake pkg-config
62
63
- name: Create vcpkg cache dir
64
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}
0 commit comments