summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-02-13 14:27:20 +0900
committernagachika <nagachika@ruby-lang.org>2022-02-13 14:27:20 +0900
commit207fb8e6d82c5018c958243de8bfaac3fa5ddfb3 (patch)
tree44563796318afa15fe429e77bc54d0f1c9c65ca0 /.github
parent0f755a143ea640a3971a125c8f777ec399082db7 (diff)
merge revision(s) 49cc7709cb762594aa8ea1b98a1fdf41662a5cf6:
[Actions] mingw - use ruby/setup-ruby@v1 again --- .github/workflows/mingw.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 70cc7b63ed..be18e3aa68 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -36,7 +36,7 @@ jobs:
with:
path: src
- name: Set up Ruby & MSYS2
- uses: MSP-Greg/setup-ruby-pkgs@v1
+ uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
mingw: _upgrade_ gdbm gmp libffi libyaml openssl ragel readline
@@ -44,6 +44,8 @@ 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) {