We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4843a commit 8e1125aCopy full SHA for 8e1125a
.github/workflows/build.yml
@@ -788,7 +788,10 @@ jobs:
788
- name: Test
789
id: cmake_test
790
if: ${{ matrix.build != 'llvm-arm64' && matrix.build != 'llvm-arm64-opencl-adreno' }}
791
+ env:
792
+ CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }}
793
run: |
794
+ Copy-Item $env:CURL_PATH\bin\libcurl-${{ matrix.arch }}.dll .\build\bin\Release\
795
cd build
796
ctest -L main -C Release --verbose --timeout 900
797
0 commit comments