From 8fe0fc06b20ec734c42b85988e3a950b6145eca9 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Wed, 4 Jun 2025 23:24:02 -0400 Subject: [PATCH] theory of everything 2 --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 22c9977..788efbc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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