We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcef6e commit 00532d1Copy full SHA for 00532d1
1 file changed
.github/workflows/pdf2htmlex-python-app.yml
@@ -19,9 +19,9 @@ jobs:
19
run: |
20
python -m pip install --upgrade pip
21
pip install ruff uv
22
- wget -o pdf2htmlEX.deb https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
23
sudo apt update && sudo apt install -y libfontconfig1 libcairo2 libjpeg-turbo8 ttfautohint
24
- sudo apt install ./pdf2htmlEX.deb
+ wget https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
+ sudo apt install ./pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
25
- name: Lint
26
27
ruff check
0 commit comments