mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
brew install without sudo
This commit is contained in:
parent
4c3823ada3
commit
f2a6b63c53
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
sudo brew install graphviz ninja-build
|
brew install graphviz ninja-build
|
||||||
sudo brew install doxygen
|
brew install doxygen
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -G Ninja -B ./build -S .
|
run: cmake -G Ninja -B ./build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user