Skip to content

Commit

Permalink
GHA Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ellapollack committed Jul 5, 2020
1 parent 4bc405a commit 01d7750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
name: Download JUCE dependencies
id: juce_dependencies
run: |
sudo apt install libasound2-dev libcurl4-openssl-dev libx11-dev libxinerama-dev libxext-dev libfreetype6-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev ladspa-sdk
sudo apt-get install -y g++ libgtk-3-dev libfreetype6-dev libx11-dev libxinerama-dev libxrandr-dev libxcursor-dev mesa-common-dev libasound2-dev freeglut3-dev libxcomposite-dev libcurl4-openssl-dev
sudo add-apt-repository -y ppa:webkit-team/ppa && sudo apt-get update
sudo apt-get install libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev
- name: Download ccache
id: ccache
Expand Down

0 comments on commit 01d7750

Please sign in to comment.