This commit is contained in:
alex.sharov 2021-07-29 16:33:37 +07:00
parent 22df7a3fb9
commit 14bdbee55f

View File

@ -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 ./...