From 70c88dacf3f36fcb7314f8e8b73ed190748162d7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 30 Sep 2025 13:05:30 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5773908..10ac2927 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -303,11 +303,11 @@ jobs: # --libdir=lib is needed so Python can find OpenSSL libraries "${PERL}" ./Configure --libdir=lib --prefix="${OPENSSL_INSTALL_PATH}" $OPENSSL_CONFIG_OPTS - - name: Rename GNU link on Windows - if: matrix.goal == 'build' && runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true' - shell: bash - run: | - mv -v /usr/bin/link /usr/bin/gnulink + # - name: Rename GNU link on Windows + # if: matrix.goal == 'build' && runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true' + # shell: bash + # run: | + # mv -v /usr/bin/link /usr/bin/gnulink - name: Make OpenSSL if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit != 'true'