We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a21a90 commit 27951a3Copy full SHA for 27951a3
.github/workflows/openblas-src.yml
@@ -32,11 +32,11 @@ jobs:
32
- name: Install static-md OpenBLAS by vcpkg
33
run: |
34
./vcpkg/vcpkg.exe install openblas:x64-windows-static-md
35
- if: ${{ matrix.feature == 'system,static' && matrix.rustflags == "" }}
+ if: ${{ matrix.feature == 'system,static' && matrix.rustflags == '' }}
36
- name: Install static OpenBLAS by vcpkg
37
38
./vcpkg/vcpkg.exe install openblas:x64-windows-static
39
- if: ${{ matrix.feature == 'system,static' && matrix.rustflags != "" }}
+ if: ${{ matrix.feature == 'system,static' && matrix.rustflags != '' }}
40
- name: Install OpenBLAS by vcpkg
41
42
./vcpkg/vcpkg.exe install openblas:x64-windows
0 commit comments