We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b75ff commit 6307485Copy full SHA for 6307485
1 file changed
.github/workflows/build.yml
@@ -686,7 +686,7 @@ jobs:
686
687
- name: Copy openblas.dll
688
if: matrix.blas == 'ON'
689
- run: copy "C:/vcpkg/packages/openblas_${{ matrix.s2arc }}-windows/bin/openblas.dll" build/bin/${{ matrix.build }}
+ run: copy "OpenBLAS-${{matrix.blasver}}/bin/libopenblas.dll" build/bin/${{ matrix.build }}
690
691
- name: Copy SDL2.dll
692
if: matrix.sdl2 == 'ON'
0 commit comments