Update CI

This commit is contained in:
Jakub Melka 2025-02-08 19:15:17 +01:00
parent 7445e9a53a
commit 2024a7c2d0
2 changed files with 5 additions and 3 deletions

View File

@ -17,10 +17,11 @@ jobs:
with:
path: pdf4qt
- name: Install CUPS
- name: Install Dependencies
run: |
sudo apt update
sudo apt install libcups2 libcups2-dev
sudo apt install -y libcups2 libcups2-dev
sudo apt install -y libfontconfig1-dev
- name: 'VCPKG: Set up VCPKG'
run: |

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.pro.user
*.qbs.user
*.txt.user
*.txt.user
build/*