Skip to content

Commit 6d7084b

Browse files
Add installation of libgl1-mesa-dev in workflow
1 parent ea83bd3 commit 6d7084b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
sudo apt install libx11-dev
7474
sudo apt install libxrandr-dev
7575
sudo apt-get install libxinerama-dev
76+
sudo apt-get install libgl1-mesa-dev
7677
haxelib install format --quiet
7778
haxelib install hxp --quiet
7879
haxelib install hxcpp > /dev/null --quiet

0 commit comments

Comments
 (0)