tree method

This commit is contained in:
TheTank20
2025-06-04 22:43:58 -04:00
parent c209070a66
commit a4d810b030

View File

@@ -89,6 +89,8 @@ jobs:
$OPENSSL_ROOT = "$env:GITHUB_WORKSPACE/openssl-install-64"
$OPENSSL_LIB = "$OPENSSL_ROOT"
$OPENSSL_INC = "$OPENSSL_ROOT/include"
tree /f $OPENSSL_ROOT
throw "Testing"
cmake -G "MinGW Makefiles" `
-DCMAKE_C_COMPILER="gcc" `