Skip to content

Commit

Permalink
Fix openssl_root_dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoBarisic committed Jun 19, 2024
1 parent 6432f44 commit 62b0981
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 @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install mgconsole
run: |
$env:OPENSSL_ROOT_DIR = "C:/msys64/mingw64"
$env:OPENSSL_ROOT_DIR = "C:/msys64/mingw64/bin"
mkdir build
cd build
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ..
Expand Down

0 comments on commit 62b0981

Please sign in to comment.