Skip to content

Commit 8e1125a

Browse files
authored
copy curl dll for tests
1 parent 4b4843a commit 8e1125a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,10 @@ jobs:
788788
- name: Test
789789
id: cmake_test
790790
if: ${{ matrix.build != 'llvm-arm64' && matrix.build != 'llvm-arm64-opencl-adreno' }}
791+
env:
792+
CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
791793
run: |
794+
Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
792795
cd build
793796
ctest -L main -C Release --verbose --timeout 900
794797

0 commit comments

Comments
 (0)