mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-03-31 19:50:29 +02:00
Update CI
This commit is contained in:
parent
7445e9a53a
commit
2024a7c2d0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.pro.user
|
||||
*.qbs.user
|
||||
*.txt.user
|
||||
*.txt.user
|
||||
build/*
|
Loading…
x
Reference in New Issue
Block a user