Skip to content

Commit a48aa4d

Browse files
authored
Fix CI for Qt install
1 parent 24263e1 commit a48aa4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
- name: Install Qt
9494
if: ${{ matrix.python-version == '3.10' }}
9595
run: |
96+
sudo apt-get update
9697
sudo apt-get install build-essential libgl1-mesa-dev
9798
- name: Generate partial Python venv restore key
9899
id: generate-python-key

0 commit comments

Comments
 (0)