ruby-changes:66139
From: Takashi <ko1@a...>
Date: Tue, 11 May 2021 13:14:31 +0900 (JST)
Subject: [ruby-changes:66139] 4ee72f4afd (master): Retry choco install
https://git.ruby-lang.org/ruby.git/commit/?id=4ee72f4afd From 4ee72f4afd879f9197b3fabb9a875afb02a61150 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 10 May 2021 21:13:06 -0700 Subject: Retry choco install by using a wrapper provided by GitHub Actions https://github.com/actions/virtual-environments/pull/721 to address failures like https://github.com/ruby/ruby/runs/2551980671 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e8633c5..c46f8c9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -35,7 +35,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L35 ${{ runner.os }}-chocolatey- - name: Install libraries with chocolatey run: | - choco install --no-progress openssl winflexbison3 + Choco-Install -PackageName openssl winflexbison3 - name: git config run: | git config --global core.autocrlf false -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/