diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c20fcf51..bad0e2ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: