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 83cd7ae + 437fb9c commit fc155e8Copy full SHA for fc155e8
.github/workflows/package.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Install EGL on Linux (PySide6 needs it)
51
if: ${{ matrix.config.name == 'Linux' }}
52
- run: sudo apt-get install -y libegl1-mesa-dev
+ run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev
53
54
- name: Get version using git describe
55
working-directory: hexrdgui
0 commit comments