mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Actually reference different version of poppler that we're downloading
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user