Skip to content

Commit

Permalink
Fix ci.yml to build with cairo-gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
ringlej committed Oct 17, 2023
1 parent 549c2d8 commit 450386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
key: ${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}

- name: Install build-deps
run: sudo apt update && sudo apt-get install -y build-essential libglfw3 libglfw3-dev libglew2.2 libglew-dev
run: sudo apt update && sudo apt-get install -y build-essential libgtk-3-0 libgtk-3-dev libsystemd-dev libwebp-dev libzstd-dev

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 450386f

Please sign in to comment.