Actually reference different version of poppler that we're downloading

This commit is contained in:
itsjunetime
2024-11-20 09:43:10 -07:00
parent c9ef119393
commit 01b6c2fa55
+2 -2
View File
@@ -30,8 +30,8 @@ jobs:
- name: Build newer poppler - name: Build newer poppler
run: | run: |
wget http://archive.ubuntu.com/ubuntu/pool/main/p/poppler/poppler_23.08.0.orig.tar.xz wget http://archive.ubuntu.com/ubuntu/pool/main/p/poppler/poppler_23.08.0.orig.tar.xz
tar xf poppler-23.10.0.tar.xz tar xf poppler_23.08.0.orig.tar.xz
cd poppler-23.10.0 cd poppler-23.08.0
mkdir build && cd build mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \ cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER_LAUNCHER=sccache \ -DCMAKE_C_COMPILER_LAUNCHER=sccache \