diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3f2670e..8819f710 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: name: Poppler runs-on: ubuntu-latest steps: - - name: Cache XPDF binary - id: cache-xpdf + - name: Cache Poppler binary + id: cache-poppler uses: actions/cache@v4 with: path: pdftoppm @@ -26,8 +26,8 @@ jobs: cd build cmake .. -DENABLE_QT5=OFF make + mv utils/pdtoppm .. ls . -# mv xpdf-tools-linux-4.05/bin64/pdftopng pdftopng # pdfium: # name: PDFium