We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcd92b commit 6c4c268Copy full SHA for 6c4c268
1 file changed
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Build mgconsole
95
run: |
96
- cmake -B build -G Ninja -DOPENSSL_ROOT_DIR="$(brew --prefix openssl)" -DCMAKE_BUILD_TYPE=Release .
+ cmake -B build -G Ninja -DOPENSSL_ROOT_DIR="$(brew --prefix openssl)" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local .
97
cmake --build build
98
sudo cmake --install build
99
0 commit comments