summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-02-13 14:30:07 +0900
committernagachika <nagachika@ruby-lang.org>2022-02-13 14:30:15 +0900
commit18bd117955479bb0b84d5f5b2d4e4defdb7e7868 (patch)
tree08a0b59a26a703dfa84897ef3a5e571b2ff4a0a2 /.github
parent207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 (diff)
Revert 207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 partially.
Bacause the GitHub Actions workflow for MinGW failed on 'where check'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index be18e3aa68..a5d64c7b2d 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -44,8 +44,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_
Write-Host
$where = 'gcc.exe', 'ragel.exe', 'make.exe', 'bison.exe', 'libcrypto-1_1-x64.dll', 'libssl-1_1-x64.dll'
foreach ($e in $where) {