Skip to content

Commit

Permalink
CI: update packages on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Feb 3, 2025
1 parent 5804a05 commit 0f99ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_linux_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Install Qt${{matrix.qt_version_major}}
run: |
sudo apt-get -y update
if [[ ${{matrix.qt_version_major}} == "5" ]]; then
sudo apt-get -y install qtbase5-dev libqt5svg5-dev
elif [[ ${{matrix.qt_version_major}} == "6" ]]; then
Expand Down

0 comments on commit 0f99ec9

Please sign in to comment.