Skip to content

Commit d0bc0d1

Browse files
author
jbdoderlein
committed
add libx11-dev
1 parent ac49866 commit d0bc0d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/toplevel_ci_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install opam
3131
run : |
3232
sudo apt update
33-
sudo apt install opam
33+
sudo apt install opam libx11-dev
3434
opam init
3535
3636
- name: Compile

.github/workflows/toplevel_ci_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install opam
3131
run : |
3232
sudo apt update
33-
sudo apt install opam
33+
sudo apt install opam libx11-dev
3434
opam init
3535
3636
- name: Compile

0 commit comments

Comments
 (0)