Skip to content

Commit fe16751

Browse files
committed
fix(ci): remove savoury1 PPA to resolve dependency conflict
The PPA recently added freetype 2.12.1 for focal, which conflicts with Ubuntu 20.04's libfontconfig1-dev after . Ubuntu 20.04 ships cmake 3.16.3 which satisfies the project requirement.
1 parent ab9289c commit fe16751

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/linux-static-qt6.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- name: Install Build Essentials
4444
run: |
4545
apt update
46-
apt install -y software-properties-common
47-
add-apt-repository ppa:savoury1/build-tools
48-
apt update
49-
apt upgrade -y
5046
apt install -y build-essential git perl cmake ninja-build wget
5147
- name: Checking out sources
5248
uses: actions/checkout@v6

0 commit comments

Comments
 (0)