mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-17 20:14:59 -06:00
.github/workflows/ci-bats-windows.yaml: Fix accidental ^Is.
This commit is contained in:
4
.github/workflows/ci-bats-windows.yaml
vendored
4
.github/workflows/ci-bats-windows.yaml
vendored
@@ -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/.
|
||||
|
||||
Reference in New Issue
Block a user