Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
liz3 committed Dec 9, 2023
1 parent 5f7334b commit 4a5d2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: true
- name: install deps
run: |
sudo apt-get update && sudo apt-get install -y build-essential cmake git libxrandr-dev --no-install-recommends
sudo apt-get update && sudo apt-get install -y build-essential cmake git libxrandr-dev libxinerama-dev --no-install-recommends
- name: Build Project
run: |
Expand Down

0 comments on commit 4a5d2ba

Please sign in to comment.