Skip to content

Commit

Permalink
add X dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
faf0 committed Dec 31, 2023
1 parent 1ba3130 commit 1f15da7
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,6 +15,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Build Dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
run: sudo apt-get update && sudo apt-get install -y build-essential libx11-dev libxrandr-dev
- name: Build Project
run: make

0 comments on commit 1f15da7

Please sign in to comment.