Skip to content

Commit 6163ce2

Browse files
committed
fix: created step in CI to install deps; added libxcursor
1 parent 497040d commit 6163ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
submodules: recursive
36+
- name: install-dependencies
37+
run: sudo apt-get install -y libxcursor-dev
3638
- name: setup-codeql
3739
uses: github/codeql-action/init@v3
3840
with:

0 commit comments

Comments
 (0)