Skip to content

Commit c08d15c

Browse files
committed
add libglu and gtk3 dependencies to test build
1 parent 118646f commit c08d15c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
libx11-dev \
3232
libxext-dev \
3333
libxmu-dev \
34-
libxpm-dev
34+
libxpm-dev \
35+
libglu1-mesa-dev \
36+
gtk3-devel
3537
3638
- name: "Run scons"
3739
run: scons

0 commit comments

Comments
 (0)