Skip to content

Commit 551e686

Browse files
committed
yes we need opengl lol
1 parent 483a53d commit 551e686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Install Linux Dependencies
2121
if: runner.os == 'Linux'
22-
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libflac-dev libvorbis-dev libxi-dev libfreetype-dev
22+
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libxi-dev libfreetype-dev
2323

2424
- name: Checkout
2525
uses: actions/checkout@v3

0 commit comments

Comments
 (0)