This commit is contained in:
2022-10-20 08:00:17 +00:00
committed by GitHub
parent c090a568f2
commit 4ee9f7e2a9
2 changed files with 9 additions and 1 deletions

View File

@@ -251,7 +251,8 @@ jobs:
./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
COPY /Y scripts\download_certs.bat || exit 1
CALL download_certs.bat || exit 1
- name: Build
run: |
SET PKG_CONFIG_PATH=%CD%\clib\lib\pkgconfig