mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-06 00:39:40 -06:00
.github/workflows/ci-go-tests.yaml: Add id for msys2 install.
This commit is contained in:
1
.github/workflows/ci-go-tests.yaml
vendored
1
.github/workflows/ci-go-tests.yaml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
echo CGO_CPPFLAGS=-I$dir/include >> $GITHUB_ENV
|
||||
echo CGO_LDFLAGS=-L$dir/lib >> $GITHUB_ENV
|
||||
- name: Install ICU4C (Windows)
|
||||
id: msys2
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user