remove windows paths for ubuntu matrix build

This commit is contained in:
James Ravenscroft 2023-05-28 15:58:44 +01:00
parent d936cdd28a
commit ca86e017c9

View File

@ -84,7 +84,7 @@ jobs:
- build: 'avx512'
defines: '-DGGML_AVX512=ON'
- build: 'openblas'
defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'
defines: '-DGGML_OPENBLAS=ON'