Skip to content

Commit 0f99ec9

Browse files
committed
CI: update packages on Linux
1 parent 5804a05 commit 0f99ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_linux_ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: Install Qt${{matrix.qt_version_major}}
2020
run: |
21+
sudo apt-get -y update
2122
if [[ ${{matrix.qt_version_major}} == "5" ]]; then
2223
sudo apt-get -y install qtbase5-dev libqt5svg5-dev
2324
elif [[ ${{matrix.qt_version_major}} == "6" ]]; then

0 commit comments

Comments
 (0)