Skip to content

Commit c032432

Browse files
committed
Update packages in Docker image.
1 parent 549b864 commit c032432

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
-
2626
name: Apt dependencies
2727
shell: bash
28-
run: apt install -y libgl1-mesa
28+
run: |
29+
apt update
30+
apt install -y libgl1-mesa
2931
-
3032
uses: actions/checkout@v2
3133
-

0 commit comments

Comments
 (0)