Skip to content

Commit 7a14268

Browse files
author
Artem Son
committed
add packages to ci
1 parent 664098c commit 7a14268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

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

17+
- name: Install dependencies
18+
uses: sudo apt-get update && sudo apt install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
19+
1720
- name: Install dependencies
1821
run: git submodule update --init --recursive --depth=1
1922

0 commit comments

Comments
 (0)