From c847e1b589badb18efb11d3b2723f3a7e7367601 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 17 Jun 2021 07:31:55 -0400 Subject: [PATCH] ci: try UCRT for windows ruby-head builds see #2268 for context Co-authored-by: MSP-Greg --- .github/workflows/upstream.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upstream.yml b/.github/workflows/upstream.yml index d2e5d7d779..4294641445 100644 --- a/.github/workflows/upstream.yml +++ b/.github/workflows/upstream.yml @@ -77,12 +77,13 @@ jobs: git config --system core.autocrlf false git config --system core.eol lf - uses: actions/checkout@v2 - - uses: MSP-Greg/setup-ruby-pkgs@v1 + - uses: MSP-Greg/setup-ruby-pkgs@ucrt with: ruby-version: "head" apt-get: "libxml2-dev libxslt1-dev pkg-config" - mingw: "libxml2 libxslt" + 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: