Try to fix win CI build

This commit is contained in:
2022-10-20 02:43:14 +00:00
committed by GitHub
parent d305c7ad91
commit 27b9ec9e18
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ jobs:
- name: Build exiv2
if: steps.cache.outputs.cache-hit != 'true'
run: |
COPY /Y build_win_exiv2.bat || exit 1
COPY /Y scripts\build_win_exiv2.bat || exit 1
CALL build_win_exiv2.bat || exit 1
- name: Build openssl
if: steps.cache.outputs.cache-hit != 'true'