.github/workflows/ci-bats-windows.yaml: Fix accidental ^Is.

This commit is contained in:
Aaron Son
2025-09-04 05:03:29 -07:00
parent bd7ee6c872
commit cf69152b2e

View File

@@ -140,8 +140,8 @@ jobs:
pacboy: icu:p toolchain:p pkg-config:p
- name: Install Dolt
working-directory: ./go
shell: msys2 {0}
run: |
shell: msys2 {0}
run: |
go.exe build -mod=readonly -o ../.ci_bin/dolt ./cmd/dolt/.
go.exe build -mod=readonly -o ../.ci_bin/remotesrv ./utils/remotesrv/.
go.exe build -mod=readonly -o ../.ci_bin/noms ./store/cmd/noms/.