We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a05c6a commit 1a47da5Copy full SHA for 1a47da5
.github/workflows/ci.yml
@@ -31,9 +31,10 @@ jobs:
31
shell: bash
32
- uses: git-for-windows/setup-git-for-windows-sdk@v1
33
with:
34
- flavor: full
+ flavor: minimal
35
# We install the SDK so as to have access to the msgfmt.exe binary
36
# from the GNU gettext package.
37
+ - run: pacman -S perl-Test-Harness
38
- run: GOPATH="$HOME/go" PATH="$HOME/go/bin:$PATH" env -u TMPDIR script/cibuild
39
40
# We clear the TMPDIR set for Ruby so mktemp and Go use the same
0 commit comments