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 d7cd116 commit 7910105Copy full SHA for 7910105
.github/workflows/build-on-unix.yml
@@ -56,7 +56,7 @@ jobs:
56
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
+ run: brew install autoconf autoconf-archive ninja cmake pkg-config
60
61
- name: Create vcpkg cache dir
62
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}
0 commit comments