Skip to content

Commit 8a4d8e7

Browse files
authored
Update build-linux.yml
1 parent 77b2623 commit 8a4d8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Install glut
13-
run: sudo apt-get -y install freeglut3-dev
13+
run: sudo apt-get -y install xorg-dev
1414
- name: configure
1515
run: mkdir build-release && cd build-release && cmake -DCMAKE_BUILD_TYPE=Release ..
1616
- name: build

0 commit comments

Comments
 (0)