Skip to content

Commit

Permalink
Make sure libx11-dev is installed in the Ubuntu GitHub CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
henricj committed Jan 15, 2025
1 parent d10faee commit 9da5e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
- name: Get cmake and ninja
uses: lukka/get-cmake@latest

- name: Install packages
if: runner.os == 'Linux'
run: apt update && apt install -y libx11-dev

- name: Fetch repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9da5e5c

Please sign in to comment.