Skip to content

Commit

Permalink
Correct Ubuntu package names for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed May 5, 2024
1 parent 7c975a3 commit baaea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-mark hold grub-efi-amd64-signed
sudo apt update
sudo apt upgrade
sudo apt install lcov libfuse2 qtbase6-dev qtbase6-doc-dev qtconnectivity6-dev qtconnectivity6-doc-html qttools6-dev qttools6-dev-tools
sudo apt install lcov libfuse2 qt6-base-dev qtbase6-doc-dev qt6-connectivity-dev qt6-connectivity-doc-html qt6-tools-dev qt6-tools-dev-tools
- name: Install linuxdeploy
run: |
curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \
Expand Down

0 comments on commit baaea2d

Please sign in to comment.