Skip to content

Commit 7910105

Browse files
committed
no sudo brew
1 parent d7cd116 commit 7910105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Install development environment (MacOS)
5858
if: matrix.os.on == 'macos-26'
59-
run: sudo brew install autoconf autoconf-archive ninja cmake pkg-config
59+
run: brew install autoconf autoconf-archive ninja cmake pkg-config
6060

6161
- name: Create vcpkg cache dir
6262
run: mkdir ${{env.VCPKG_DEFAULT_BINARY_CACHE}}

0 commit comments

Comments
 (0)