|
|
|
@ -152,11 +152,7 @@ jobs:
|
|
|
|
bundle config path vendor/bundle
|
|
|
|
bundle config path vendor/bundle
|
|
|
|
bundle install --jobs 4 --retry 4
|
|
|
|
bundle install --jobs 4 --retry 4
|
|
|
|
yarn install
|
|
|
|
yarn install
|
|
|
|
wget -O pdfium-linux.zip "https://github.com/docusealco/pdfium-binaries/releases/download/20260813/pdfium-musl-$(uname -m).zip"
|
|
|
|
wget -O pdfium-linux.zip "https://github.com/docusealco/pdfium-binaries/releases/latest/download/pdfium-musl-$(uname -m).zip"
|
|
|
|
case "$(uname -m)" in
|
|
|
|
|
|
|
|
x86_64) echo "c5c7dde243ecb66ab0819c8193515ef38ad53549fe260f3c2dfd93ea56eda2e7 pdfium-linux.zip" ;;
|
|
|
|
|
|
|
|
aarch64) echo "64c4483449b1b4dccc696ad0c5c96e0b7f74dcc57b4f23c676b7a70671b0bbb5 pdfium-linux.zip" ;;
|
|
|
|
|
|
|
|
esac | sha256sum -c -
|
|
|
|
|
|
|
|
unzip -q pdfium-linux.zip -d /tmp/pdfium-linux
|
|
|
|
unzip -q pdfium-linux.zip -d /tmp/pdfium-linux
|
|
|
|
cp /tmp/pdfium-linux/lib/libpdfium.so /usr/lib/libpdfium.so
|
|
|
|
cp /tmp/pdfium-linux/lib/libpdfium.so /usr/lib/libpdfium.so
|
|
|
|
rm -rf pdfium-linux.zip /tmp/pdfium-linux
|
|
|
|
rm -rf pdfium-linux.zip /tmp/pdfium-linux
|
|
|
|
|