We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549b864 commit c032432Copy full SHA for c032432
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,9 @@ jobs:
25
-
26
name: Apt dependencies
27
shell: bash
28
- run: apt install -y libgl1-mesa
+ run: |
29
+ apt update
30
+ apt install -y libgl1-mesa
31
32
uses: actions/checkout@v2
33
0 commit comments