We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c97cfc commit 7a60096Copy full SHA for 7a60096
.github/workflows/build-linux.yml
@@ -13,8 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v1
16
- - name: Install libxrandr
17
- run: sudo apt-get -y install xorg-dev
+ - name: Install packages
+ run: sudo apt-get -y install xorg-dev freeglut3-dev
18
- name: configure
19
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
20
- name: build
0 commit comments