mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
GitHub Pages: Skip build
This commit is contained in:
7
.github/workflows/github-pages.yaml
vendored
7
.github/workflows/github-pages.yaml
vendored
@@ -69,13 +69,6 @@ jobs:
|
||||
./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
|
||||
export "LIBRARY_PATH=$LIBRARY_PATH:`pwd`/clib/lib"
|
||||
export "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/clib/lib"
|
||||
cargo build --features all -vv || exit 1
|
||||
- name: Document
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=`pwd`/clib/lib/pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user