Skip to content

Commit 6449bb4

Browse files
authored
Update build-linux.yml
1 parent d2f31e9 commit 6449bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12+
- name: Install glut
13+
run: sudo apt-get -y install freeglut3-dev
1214
- name: configure
1315
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
1416
- name: build

0 commit comments

Comments
 (0)