copy curl dll for tests

This commit is contained in:
Sigbjørn Skjæret
2025-05-31 21:22:37 +02:00
committed by GitHub
parent 4b4843adf3
commit 8e1125a8db

View File

@@ -788,7 +788,10 @@ jobs:
- name: Test
id: cmake_test
if: ${{ matrix.build != 'llvm-arm64' && matrix.build != 'llvm-arm64-opencl-adreno' }}
env:
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
run: |
Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
cd build
ctest -L main -C Release --verbose --timeout 900