Skip to content

Commit

Permalink
feat(ci): update workflow to install pdftotext
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 26, 2023
1 parent e8307d1 commit e7b6f08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install pdftotext
run: |
apt-get update
apt-get -y install build-essential libpoppler-cpp-dev pkg-config
- name: Setup Python & Poetry
uses: ./.github/actions/setup-python-poetry
with:
Expand Down

0 comments on commit e7b6f08

Please sign in to comment.