Skip to content

Commit 6307485

Browse files
committed
ci : copy the correct libopenblas.dll file
1 parent 86b75ff commit 6307485

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ jobs:
686686
687687
- name: Copy openblas.dll
688688
if: matrix.blas == 'ON'
689-
run: copy "C:/vcpkg/packages/openblas_${{ matrix.s2arc }}-windows/bin/openblas.dll" build/bin/${{ matrix.build }}
689+
run: copy "OpenBLAS-${{matrix.blasver}}/bin/libopenblas.dll" build/bin/${{ matrix.build }}
690690

691691
- name: Copy SDL2.dll
692692
if: matrix.sdl2 == 'ON'

0 commit comments

Comments
 (0)