From f7c48d5ccf00a0758e258fb8cb5e0f5ca4cbe726 Mon Sep 17 00:00:00 2001 From: s2496214 Date: Mon, 9 Sep 2024 00:17:10 +0800 Subject: [PATCH] remove command of copying dll files --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2b50ecff7bc..2f8fe2d3be8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -128,9 +128,9 @@ jobs: if: matrix.vs-version != 'vs2015' && matrix.vs-version != 'vs2017' run: | echo "[Processor]`nThreadCount=1`n" > build-x64-simpleomp/tests/Release/SwiftShader.ini - Copy-Item -Path "build-x64-simpleomp\src\Release\ncnn.dll" -Destination 'build-x64-simpleomp\tests' Copy-Item -Path "$env:GITHUB_WORKSPACE\swiftshader-install\vulkan-1.dll" -Destination 'build-x64-simpleomp\tests' cd build-x64-simpleomp; ctest -C Release --output-on-failure -j 4 +# Copy-Item -Path "build-x64-simpleomp\src\Release\ncnn.dll" -Destination 'build-x64-simpleomp\tests' - name: x64-sse2 run: |