Skip to content

Commit 5eab32a

Browse files
committed
update: install x11 libs in build-test workflow
1 parent e1b65c5 commit 5eab32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v3
40+
- name: install x11 libs
41+
run: sudo apt-get install libx11-dev
4042
- name: Make lib
4143
run: make -C library
4244
- name: Upload libfuncheck.so

0 commit comments

Comments
 (0)