Skip to content

Commit 00532d1

Browse files
authored
Update pdf2htmlex-python-app.yml
1 parent 0dcef6e commit 00532d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pdf2htmlex-python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
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
2322
sudo apt update && sudo apt install -y libfontconfig1 libcairo2 libjpeg-turbo8 ttfautohint
24-
sudo apt install ./pdf2htmlEX.deb
23+
wget https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
24+
sudo apt install ./pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-bionic-x86_64.deb
2525
- name: Lint
2626
run: |
2727
ruff check

0 commit comments

Comments
 (0)