From 2024a7c2d08b2e7fe76ddf8d5ce97c442293b6d2 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 8 Feb 2025 19:15:17 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 5 +++-- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3707a1..0dcb456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | diff --git a/.gitignore b/.gitignore index 24a0a57..36848ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pro.user *.qbs.user -*.txt.user \ No newline at end of file +*.txt.user +build/* \ No newline at end of file