From 14bdbee55fcaf471198307a56114370ffdebd647 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 29 Jul 2021 16:33:37 +0700 Subject: [PATCH] win ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 ./...