Skip to content

Commit 1a47da5

Browse files
committed
DEBUG
1 parent 2a05c6a commit 1a47da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
shell: bash
3232
- uses: git-for-windows/setup-git-for-windows-sdk@v1
3333
with:
34-
flavor: full
34+
flavor: minimal
3535
# We install the SDK so as to have access to the msgfmt.exe binary
3636
# from the GNU gettext package.
37+
- run: pacman -S perl-Test-Harness
3738
- run: GOPATH="$HOME/go" PATH="$HOME/go/bin:$PATH" env -u TMPDIR script/cibuild
3839
shell: bash
3940
# We clear the TMPDIR set for Ruby so mktemp and Go use the same

0 commit comments

Comments
 (0)