mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Download certs for OPENSSL
This commit is contained in:
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -249,6 +249,9 @@ jobs:
|
||||
run: |
|
||||
cp scripts/build_win_ffmpeg.sh -v ./ || exit 1
|
||||
./build_win_ffmpeg.sh || exit 1
|
||||
- name: Download certs
|
||||
run: |
|
||||
CALL scripts\download_resource.bat -o "clib\ssl\cert.pem" https://curl.se/ca/cacert.pem || exit 1
|
||||
- name: Build
|
||||
run: |
|
||||
SET PKG_CONFIG_PATH=%CD%\clib\lib\pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user