Skip to content

Commit

Permalink
Add -DOPENSSL_ROOT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jun 19, 2024
1 parent c3664a4 commit ec52df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..
cmake -G "MinGW Makefiles" -DOPENSSL_ROOT_DIR="C:/msys64/mingw64/lib" -DCMAKE_BUILD_TYPE=Release ..
make
make install
- name: Save mgconsole Windows build
Expand Down

0 comments on commit ec52df6

Please sign in to comment.