Skip to content

Commit

Permalink
[ci] Remove qt installation in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Dec 23, 2019
1 parent fe17c2b commit 82cfb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- echo %GOPATH%
- go version
- go env
- bash -c ".travis/install-qt-win.sh"
- bash -c "ls $(QT_DIR)"
- choco install make -y
- make install-deps-Windows
- make install-linters
Expand Down

0 comments on commit 82cfb35

Please sign in to comment.