ruby-changes:70880
From: MSP-Greg <ko1@a...>
Date: Sat, 15 Jan 2022 08:59:35 +0900 (JST)
Subject: [ruby-changes:70880] 49cc7709cb (master): [Actions] mingw - use ruby/setup-ruby@v1 again
https://git.ruby-lang.org/ruby.git/commit/?id=49cc7709cb From 49cc7709cb762594aa8ea1b98a1fdf41662a5cf6 Mon Sep 17 00:00:00 2001 From: MSP-Greg <Greg.mpls@g...> Date: Fri, 14 Jan 2022 09:00:56 -0600 Subject: [Actions] mingw - use ruby/setup-ruby@v1 again --- .github/workflows/mingw.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 2c2e55f634d..3c531625e1e 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -60,7 +60,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L60 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: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L71 - 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' -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/