Skip to content

Commit

Permalink
CI: Add libx11-dev to Debian Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Oct 3, 2023
1 parent c64bb4c commit de1b7b4
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 @@ -49,7 +49,7 @@ jobs:
- name: Install build dependencies - Linux
if: ${{ runner.os == 'Linux' }}
run: apt-get update && apt-get install -y git python3 make gcc g++
run: apt-get update && apt-get install -y git python3 make gcc g++ libx11-dev

- name: Printing Python info to terminal for debugging purposes - Linux
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit de1b7b4

Please sign in to comment.