We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac49866 commit d0bc0d1Copy full SHA for d0bc0d1
.github/workflows/toplevel_ci_pull.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install opam
31
run : |
32
sudo apt update
33
- sudo apt install opam
+ sudo apt install opam libx11-dev
34
opam init
35
36
- name: Compile
.github/workflows/toplevel_ci_push.yml
0 commit comments