Skip to content

Commit fc155e8

Browse files
authored
Merge pull request #1765 from HEXRD/fix-linux-ci
Try performing update before installing EGL
2 parents 83cd7ae + 437fb9c commit fc155e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install EGL on Linux (PySide6 needs it)
5151
if: ${{ matrix.config.name == 'Linux' }}
52-
run: sudo apt-get install -y libegl1-mesa-dev
52+
run: sudo apt-get update && sudo apt-get install -y libegl1-mesa-dev
5353

5454
- name: Get version using git describe
5555
working-directory: hexrdgui

0 commit comments

Comments
 (0)