Skip to content

Commit

Permalink
no sudo when install pcg
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWoo committed Mar 1, 2024
1 parent 6ffa177 commit 62d3546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
submodules: recursive

- name: Install tools
run: sudo brew install -y ninja ccache
run: brew install -y ninja ccache

- name: Generate Makefile
run: export CC=`which clang` CXX=`which clang++` && cmake -G Ninja -B ./build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 62d3546

Please sign in to comment.