diff options
| author | nagachika <nagachika@ruby-lang.org> | 2025-10-18 12:26:34 +0900 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2025-10-18 12:26:34 +0900 |
| commit | 599257ea3310b2897164317ed4e86e7b3a5cd6a7 (patch) | |
| tree | 09b2ded7e5b3fd535c95c5ce30d72ebfd6c791ea | |
| parent | 4a09da622a8aabb3d2e68cf38addf544a5c06c13 (diff) | |
Stop renaming openssl dll files on GHA mingw workflow.
| -rw-r--r-- | .github/workflows/mingw.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 92f24992e0..be6de2be41 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -81,8 +81,6 @@ jobs: - name: where check run: | # show where - mv /c/Windows/System32/libcrypto-1_1-x64.dll /c/Windows/System32/libcrypto-1_1-x64.dll_ - mv /c/Windows/System32/libssl-1_1-x64.dll /c/Windows/System32/libssl-1_1-x64.dll_ result=true for e in gcc.exe ragel.exe make.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do echo ::group::$'\033[93m'$e$'\033[m' |
