We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f31e9 commit 6449bb4Copy full SHA for 6449bb4
.github/workflows/build-linux.yml
@@ -9,6 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
+ - name: Install glut
13
+ run: sudo apt-get -y install freeglut3-dev
14
- name: configure
15
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
16
- name: build
0 commit comments