Skip to content

Commit

Permalink
fix: added libxrandr to CI deps + badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 3, 2024
1 parent 6163ce2 commit 0d7b90b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
submodules: recursive
- name: install-dependencies
run: sudo apt-get install -y libxcursor-dev
run: sudo apt-get install -y libxcursor-dev libxrandr-dev
- name: setup-codeql
uses: github/codeql-action/init@v3
with:
Expand Down
7 changes: 7 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ Write games, don't play them
</p>
#+end_html

# Repository CI badges
#+begin_html
<p align="center">
<img src="https://github.com/sparky-game/volt/actions/workflows/ci.yaml/badge.svg" alt="CI">
</p>
#+end_html

(...)

* Table of Contents :toc:
Expand Down

0 comments on commit 0d7b90b

Please sign in to comment.