Skip to content

Commit

Permalink
Remove now unused mingw from appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Jan 7, 2020
1 parent 0981fba commit 5613e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\Microsoft\hcsshim

environment:
GOPATH: c:\gopath
PATH: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%GOPATH%\bin;C:\gometalinter-2.0.12-windows-amd64;%PATH%
PATH: "%GOPATH%\\bin;C:\\gometalinter-2.0.12-windows-amd64;%PATH%"

stack: go 1.13.4

Expand Down Expand Up @@ -38,4 +38,4 @@ artifacts:
- path: 'containerd-shim-runhcs-v1.test.exe'
- path: 'cri-containerd.test.exe'
- path: 'functional.test.exe'
- path: 'runhcs.test.exe'
- path: 'runhcs.test.exe'

0 comments on commit 5613e3d

Please sign in to comment.