diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 743ec35..10f3463 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -71,6 +71,7 @@ jobs: if: steps.cache-openssl.outputs.cache-hit != 'true' shell: msys2 {0} run: | + export PATH="/c/TDM-GCC-64/bin:$PATH" export OPENSSL_PREFIX="$(pwd)/openssl-install-64" git clone --branch openssl-${OPENSSL_VERSION} https://github.com/openssl/openssl.git cd openssl