summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSP-Greg <Greg.mpls@gmail.com>2022-01-14 09:00:56 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-01-15 08:59:14 +0900
commit49cc7709cb762594aa8ea1b98a1fdf41662a5cf6 (patch)
treebc3eac5f45c63ba1820433b6996e1966207e569b
parent58dc8bf8f15df9a33d191074e8a5d4946a3d59d5 (diff)
[Actions] mingw - use ruby/setup-ruby@v1 again
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5443
-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 2c2e55f634..3c531625e1 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -60,7 +60,7 @@ jobs:
path: src/.downloaded-cache
key: downloaded-cache
- name: Set up Ruby & MSYS2
- uses: MSP-Greg/ruby-setup-ruby@db14f2dde9ceeaa8acbcd31884475a7ce97ae9d3
+ uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.base_ruby }}
- name: set env
@@ -71,6 +71,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_
result=true
for e in gcc.exe ragel.exe make.exe bison.exe libcrypto-1_1-x64.dll libssl-1_1-x64.dll; do
echo '##['group']'$'\033[93m'$e$'\033[m'