mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-04 02:59:43 +08:00
brew install without sudo
This commit is contained in:
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install requirements
|
||||
run: |
|
||||
sudo brew install graphviz ninja-build
|
||||
sudo brew install doxygen
|
||||
brew install graphviz ninja-build
|
||||
brew install doxygen
|
||||
- name: configure
|
||||
run: cmake -G Ninja -B ./build -S .
|
||||
- name: build
|
||||
|
||||
Reference in New Issue
Block a user