diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37ab1616da..45b1f796ce 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 153054da24..a6ac76ee64 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 81b915f53e..0a3e6cd9b4 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: