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