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 8a4d8e7 commit 2cee983Copy full SHA for 2cee983
.github/workflows/build-linux.yml
@@ -9,8 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Install glut
13
- run: sudo apt-get -y install xorg-dev
+ - name: Install packages
+ run: sudo apt-get -y install xorg-dev freeglut3-dev
14
- name: configure
15
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
16
- name: build
0 commit comments