Skip to content

Commit 27951a3

Browse files
committed
" -> '
1 parent 3a21a90 commit 27951a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openblas-src.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Install static-md OpenBLAS by vcpkg
3333
run: |
3434
./vcpkg/vcpkg.exe install openblas:x64-windows-static-md
35-
if: ${{ matrix.feature == 'system,static' && matrix.rustflags == "" }}
35+
if: ${{ matrix.feature == 'system,static' && matrix.rustflags == '' }}
3636
- name: Install static OpenBLAS by vcpkg
3737
run: |
3838
./vcpkg/vcpkg.exe install openblas:x64-windows-static
39-
if: ${{ matrix.feature == 'system,static' && matrix.rustflags != "" }}
39+
if: ${{ matrix.feature == 'system,static' && matrix.rustflags != '' }}
4040
- name: Install OpenBLAS by vcpkg
4141
run: |
4242
./vcpkg/vcpkg.exe install openblas:x64-windows

0 commit comments

Comments
 (0)