Skip to content

Commit c59c6fd

Browse files
committed
don't use sudo to run the setup cmake script on macos
1 parent b14b826 commit c59c6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
submodules: 'recursive'
276276
- name: Install CMake
277277
run: |
278-
sudo -E ./ci/setup_cmake_macos.sh
278+
./ci/setup_cmake_macos.sh
279279
- name: Install Conan and tools
280280
run: |
281281
brew install conan autoconf automake libtool coreutils

0 commit comments

Comments
 (0)