Skip to content

Commit db7df7f

Browse files
committed
Correcting library name.
1 parent c032432 commit db7df7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 libgl1-mesa
30+
apt install -y libglu1-mesa
3131
-
3232
uses: actions/checkout@v2
3333
-

0 commit comments

Comments
 (0)