diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1512a5820..56bb73d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,5 +37,8 @@ jobs: skip-go-installation: true skip-pkg-cache: true skip-build-cache: true + - name: Install deps + if: matrix.os == 'windows-2019' + run: choco upgrade mingw cmake -y --no-progress - run: go test ./...