Skip to content

Commit

Permalink
add -y to install packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Apr 25, 2022
1 parent 12c80bf commit 47b7fac
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 @@ -49,7 +49,7 @@ for:

install:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.44.2
- sudo apt-get install gcc libgtk-3-dev libayatana-appindicator3-dev
- sudo apt-get install gcc libgtk-3-dev libayatana-appindicator3-dev -y
- make dep
- sh: ci_scripts/create-ip-aliases.sh

Expand Down

0 comments on commit 47b7fac

Please sign in to comment.