Skip to content

Commit b2182b4

Browse files
committed
CI: Install X11 on Linux
1 parent 60be380 commit b2182b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- main
35
tags:
46
- 'v*'
57

@@ -27,6 +29,10 @@ jobs:
2729
with:
2830
targets: ${{ matrix.config.target }}
2931

32+
- name: Install X11 on Linux
33+
if: matrix.config.os == 'ubuntu-latest'
34+
run: sudo apt install libx11-dev
35+
3036
- name: Setup aarch64
3137
if: matrix.config.target == 'aarch64-unknown-linux-gnu'
3238
run: |

0 commit comments

Comments
 (0)