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

@@ -3,6 +3,7 @@ platform: x64
clone_folder: C:\msys64\go\src\github.com\google\gousb
install:
- C:\msys64\usr\bin\bash.exe -lc "cd /go/src/github.com/google/gousb/ && .appveyor/./install.sh"
- C:\msys64\usr\bin\bash.exe -l /go/src/github.com/google/gousb/.appveyor/upgrade_pacman.sh
- C:\msys64\usr\bin\bash.exe -lc "cd /go/src/github.com/google/gousb/ && .appveyor/install.sh"
build: off