ci : fix env
This commit is contained in:
parent
2d3a5252f9
commit
8fdf86dd25
1 changed files with 3 additions and 17 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
@ -16,7 +16,9 @@ on:
|
|||
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
|
||||
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
|
||||
jobs:
|
||||
ubuntu-focal-make:
|
||||
|
@ -41,10 +43,6 @@ jobs:
|
|||
ubuntu-latest-cmake:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
|
@ -73,10 +71,6 @@ jobs:
|
|||
ubuntu-latest-cmake-sanitizer:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
strategy:
|
||||
|
@ -131,10 +125,6 @@ jobs:
|
|||
macOS-latest-cmake:
|
||||
runs-on: macos-latest
|
||||
|
||||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
|
@ -164,10 +154,6 @@ jobs:
|
|||
windows-latest-cmake:
|
||||
runs-on: windows-latest
|
||||
|
||||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_NITER: 1
|
||||
|
||||
env:
|
||||
OPENBLAS_VERSION: 0.3.23
|
||||
OPENCL_VERSION: 2023.04.17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue