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