Skip to content

Commit

Permalink
ci: try UCRT for windows ruby-head builds
Browse files Browse the repository at this point in the history
see #2268 for context

Co-authored-by: MSP-Greg <Greg.mpls@gmail.com>
  • Loading branch information
flavorjones and MSP-Greg committed Jun 19, 2021
1 parent 55ab36c commit 1d345dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upstream.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 1d345dc

Please sign in to comment.