From fc4b83d1e896a9e981d4abcad1bb6dcedc7a99a5 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Wed, 4 Jun 2025 23:13:06 -0400 Subject: [PATCH] theory of everything --- .github/workflows/windows.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a2dbb4..22c9977 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -79,9 +79,6 @@ jobs: ./Configure mingw64 no-shared --prefix="${OPENSSL_PREFIX}" make -j$(nproc) make install_sw - ls -l "$OPENSSL_PREFIX" - ls -l "$OPENSSL_PREFIX/lib" - ls -l "$OPENSSL_PREFIX/include" - name: Checkout Source Tree uses: actions/checkout@v4 @@ -91,10 +88,8 @@ jobs: run: | $env:PATH = 'C:\TDM-GCC-64\bin;' + $env:PATH $OPENSSL_ROOT = "$env:GITHUB_WORKSPACE/openssl-install-64" - $OPENSSL_LIB = "$OPENSSL_ROOT" + $OPENSSL_LIB = "$OPENSSL_ROOT/lib64" $OPENSSL_INC = "$OPENSSL_ROOT/include" - Get-ChildItem -Recurse $env:GITHUB_WORKSPACE\openssl-install-64 - throw "Testing" cmake -G "MinGW Makefiles" ` -DCMAKE_C_COMPILER="gcc" `