Skip to content

Commit

Permalink
fix: created step in CI to install deps; added libxcursor
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 3, 2024
1 parent 497040d commit 6163ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: install-dependencies
run: sudo apt-get install -y libxcursor-dev
- name: setup-codeql
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 6163ce2

Please sign in to comment.