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