Skip to content

Commit 7a60096

Browse files
committed
- linux build fix
1 parent 4c97cfc commit 7a60096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v1
16-
- name: Install libxrandr
17-
run: sudo apt-get -y install xorg-dev
16+
- name: Install packages
17+
run: sudo apt-get -y install xorg-dev freeglut3-dev
1818
- name: configure
1919
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
2020
- name: build

0 commit comments

Comments
 (0)