theory of everything 2

This commit is contained in:
TheTank20
2025-06-04 23:24:02 -04:00
parent fc4b83d1e8
commit 8fe0fc06b2

View File

@@ -79,6 +79,9 @@ jobs:
./Configure mingw64 no-shared --prefix="${OPENSSL_PREFIX}"
make -j$(nproc)
make install_sw
# list files in the directory recursively (this is in msys2)
tree $OPENSSL_PREFIX
- name: Checkout Source Tree
uses: actions/checkout@v4