We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b06635 commit 210e0faCopy full SHA for 210e0fa
1 file changed
.github/workflows/build-linux.yml
@@ -27,6 +27,9 @@ jobs:
27
- uses: KyleMayes/install-llvm-action@v1
28
with:
29
version: 15
30
+ - name: Install X11 dependency
31
+ run: |
32
+ sudo apt install -y libx11-dev
33
- name: Build browsercontrol library
34
run: |
35
mkdir build
0 commit comments