Skip to content

Commit 8c7bb10

Browse files
committed
Add libegl-dev to CI setup
1 parent b04d39d commit 8c7bb10

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
@@ -27,7 +27,7 @@ jobs:
2727
shell: bash
2828
run: |
2929
apt update
30-
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1
30+
apt install -y libglu1-mesa libglib2.0-0 libfontconfig1 libegl-dev
3131
-
3232
uses: actions/checkout@v2
3333
-

0 commit comments

Comments
 (0)