From 93d37f783f4204ab75faafd9c8d0685647facb48 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Wed, 16 Feb 2022 08:25:46 -0600 Subject: [PATCH] ci: Change Ruby setup to standard --- .github/workflows/ci.yml | 3 +-- .github/workflows/gem-install.yml | 6 ++---- .github/workflows/upstream.yml | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37ab1616dab..45b1f796cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -244,12 +244,11 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: MSP-Greg/setup-ruby-pkgs@win-ucrt-2 + - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "${{matrix.ruby}}" mingw: "libxml2 libxslt" bundler-cache: true - setup-ruby-ref: MSP-Greg/ruby-setup-ruby/win-ucrt-1 - uses: actions/cache@v2 if: matrix.sys == 'disable' with: diff --git a/.github/workflows/gem-install.yml b/.github/workflows/gem-install.yml index 153054da248..a6ac76ee640 100644 --- a/.github/workflows/gem-install.yml +++ b/.github/workflows/gem-install.yml @@ -113,11 +113,10 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: MSP-Greg/setup-ruby-pkgs@win-ucrt-2 + - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "3.1" mingw: "libxml2 libxslt" - setup-ruby-ref: MSP-Greg/ruby-setup-ruby/win-ucrt-1 - uses: actions/download-artifact@v2 with: name: cruby-gem @@ -289,10 +288,9 @@ jobs: ruby: ["3.1"] runs-on: windows-2022 steps: - - uses: MSP-Greg/setup-ruby-pkgs@win-ucrt-2 + - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "${{matrix.ruby}}" - setup-ruby-ref: MSP-Greg/ruby-setup-ruby/win-ucrt-1 - uses: actions/download-artifact@v2 with: name: cruby-x64-mingw-ucrt-gem diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index 81b915f53e0..0a3e6cd9b4d 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -83,13 +83,12 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: MSP-Greg/setup-ruby-pkgs@ucrt + - uses: MSP-Greg/setup-ruby-pkgs@v1 with: ruby-version: "head" apt-get: "libxml2-dev libxslt1-dev pkg-config" mingw: "_upgrade_ libxml2 libxslt pkgconf" bundler-cache: true - setup-ruby-ref: MSP-Greg/ruby-setup-ruby/00-win-ucrt - uses: actions/cache@v2 if: matrix.sys == 'disable' with: