summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMSP-Greg <Greg.mpls@gmail.com>2022-01-14 09:00:56 -0600
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit14e4055ab127b37e48d07ead34dcb8ffa8874a65 (patch)
tree4067213773e980717a340d1ee0b5b0c8cf28db3b
parent42355187df2e96c983b24c6797c2889068e92593 (diff)
[Actions] mingw - use ruby/setup-ruby@v1 again
-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 843da4b36a..01fef582c5 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'