Skip to content

Commit

Permalink
circleci: install missing libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Mar 27, 2022
1 parent b67d0db commit d3f9f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- checkout
- run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.0
- run: sudo apt-get --allow-releaseinfo-change update
- run: sudo apt-get install -y libgtk-3-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev > /dev/null 2>&1
- run: sudo apt-get install -y libgtk-3-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libsdl2-dev libasound2-dev
- run: sudo apt-get install -y xvfb
- run: sudo apt-get install gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64
- run: make setup
- run: make build
Expand Down

0 comments on commit d3f9f54

Please sign in to comment.