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: |