Skip to content

Commit 266f6f4

Browse files
fix ci
1 parent 9ab8398 commit 266f6f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616

17+
- name: Install X11
18+
run: |
19+
sudo apt update
20+
sudo apt install libx11-dev libxt-dev libfontconfig1-dev
21+
1722
- name: Build
1823
run: make
1924

0 commit comments

Comments
 (0)