We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e90bc7a + a1b7210 commit 10cfbb0Copy full SHA for 10cfbb0
1 file changed
.github/workflows/mamba.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install OpenGL for Qt6 dev dependency
20
if: runner.os == 'Linux'
21
run: |
22
- sudo apt-get install freeglut3-dev
+ sudo apt-get update && sudo apt-get install freeglut3-dev
23
24
- name: Set up Python 3.10
25
uses: actions/setup-python@v2
0 commit comments