mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-04-03 05:01:01 +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:
|
with:
|
||||||
path: pdf4qt
|
path: pdf4qt
|
||||||
|
|
||||||
- name: Install CUPS
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
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'
|
- name: 'VCPKG: Set up VCPKG'
|
||||||
run: |
|
run: |
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
*.pro.user
|
*.pro.user
|
||||||
*.qbs.user
|
*.qbs.user
|
||||||
*.txt.user
|
*.txt.user
|
||||||
|
build/*
|
Loading…
x
Reference in New Issue
Block a user