bug fix by WindowsAddict (#177)

+ entropy fix for GitHub Actions
This commit is contained in:
TheTank20
2026-04-11 20:46:30 -04:00
committed by GitHub
parent bb030e6d0b
commit 0fdae6b053
5 changed files with 19 additions and 20 deletions

View File

@@ -73,7 +73,8 @@ jobs:
-DOPENSSL_ROOT_DIR=$OPENSSL_ROOT_DIR \
-DOPENSSL_INCLUDE_DIR=$OPENSSL_INCLUDE_DIR \
-DOPENSSL_USE_STATIC_LIBS=TRUE \
-DBUILD_SHARED_LIBS=OFF
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
make
- name: Move files to correct directory