merge revision(s) 49cc7709cb762594aa8ea1b98a1fdf41662a5cf6:

[Actions] mingw - use ruby/setup-ruby@v1 again

	---
	 .github/workflows/mingw.yml | 4 +++-
	 1 file changed, 3 insertions(+), 1 deletion(-)
This commit is contained in:
nagachika 2022-02-13 14:27:20 +09:00
parent 0f755a143e
commit 207fb8e6d8
2 changed files with 4 additions and 2 deletions

View File

@ -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) {

View File

@ -12,7 +12,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 170
#define RUBY_PATCHLEVEL 171
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 2