Refresh pacman in the appveyor build (#84)

...for updated Go package versions. Go 1.12 is gone from the MSYS2 repos.
This commit is contained in:
Sebastian Zagrodzki
2020-11-09 10:07:43 +01:00
committed by GitHub
parent 0995919da4
commit 76f12f69ac
3 changed files with 14 additions and 3 deletions

View File

@@ -6,9 +6,11 @@ export GOROOT=/mingw64/lib/go
export GOPATH=/go
export CGO_ENABLED=1
set -x
pacman --noconfirm -S \
mingw64/mingw-w64-x86_64-go \
mingw64/mingw-w64-x86_64-libusb
mingw-w64-x86_64-go \
mingw-w64-x86_64-libusb
go version
go get -t github.com/google/gousb/...