mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Add standalone executable for convert ugoira file
This commit is contained in:
3
.github/workflows/github-pages.yaml
vendored
3
.github/workflows/github-pages.yaml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
id: cache_key
|
||||
run: |
|
||||
cd scripts
|
||||
python3 get_cache_key.py exiv2 libzip x264 ffmpeg || exit 1
|
||||
python3 get_cache_key.py exiv2 libzip x264 ffmpeg rapidjson || exit 1
|
||||
- name: Cache
|
||||
id: cache
|
||||
uses: actions/cache@v4
|
||||
@@ -77,6 +77,7 @@ jobs:
|
||||
./build_libzip.sh || exit 1
|
||||
./build_x264.sh || exit 1
|
||||
./build_ffmpeg.sh || exit 1
|
||||
./build_rapidjson.sh || exit 1
|
||||
- name: Document
|
||||
run: |
|
||||
export PKG_CONFIG_PATH=`pwd`/clib/lib/pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user