Skip to content

Commit

Permalink
Merge pull request #8 from JJoeDev/dev
Browse files Browse the repository at this point in the history
Included all required xcb libs and submodules
  • Loading branch information
JJoeDev authored Aug 11, 2024
2 parents 08b1517 + 4331f65 commit 19dd79b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install dependencies
run: sudo apt-get install -y cmake build-essential libx11-xcb-dev lua5.4 liblua5.4-dev
run: sudo apt-get install -y cmake build-essential libx11-xcb-dev libxcb-image0-dev libxcb-randr0-dev lua5.4 liblua5.4-dev

- name: Run cmake
run: |
Expand Down

0 comments on commit 19dd79b

Please sign in to comment.