We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2182b4 commit d09bd38Copy full SHA for d09bd38
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Install X11 on Linux
33
if: matrix.config.os == 'ubuntu-latest'
34
- run: sudo apt install libx11-dev
+ run: sudo apt install xorg libx11-dev
35
36
- name: Setup aarch64
37
if: matrix.config.target == 'aarch64-unknown-linux-gnu'
0 commit comments