mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Add missing PKG_CONFIG_PATH
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -79,16 +79,19 @@ jobs:
|
||||
- name: Build thirdparty library
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=`pwd`/clib/lib/pkgconfig
|
||||
cp scripts/build_*.sh -v ./ || exit 1
|
||||
./build_libzip.sh || exit 1
|
||||
./build_x264.sh || exit 1
|
||||
./build_ffmpeg.sh || exit 1
|
||||
- name: Build
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=`pwd`/clib/lib/pkgconfig
|
||||
export CMAKE_PREFIX_PATH=`pwd`/clib
|
||||
cargo build --features ugoira -vv || exit 1
|
||||
- name: Test
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=`pwd`/clib/lib/pkgconfig
|
||||
export CMAKE_PREFIX_PATH=`pwd`/clib
|
||||
export "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/clib/lib"
|
||||
cargo test --features ugoira --verbose -- --show-output || exit 1
|
||||
|
||||
Reference in New Issue
Block a user