Skip to content

Commit d956f00

Browse files
CopilotThisAMJ
andcommitted
Fix Linux CI build: replace g++-10-multilib with g++
Co-authored-by: ThisAMJ <69196954+ThisAMJ@users.noreply.github.com>
1 parent 65a70c5 commit d956f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "set man-db/auto-update false" | sudo debconf-communicate
4444
sudo dpkg-reconfigure man-db
4545
- name: Install Dependencies
46-
run: sudo apt-get install -y g++-10-multilib qt6-base-dev
46+
run: sudo apt-get install -y g++ qt6-base-dev
4747
- name: Build
4848
run: |
4949
echo UIC=/usr/lib/qt6/libexec/uic > config.mk

0 commit comments

Comments
 (0)