ci : fix env

This commit is contained in:
Georgi Gerganov 2023-07-06 21:15:17 +03:00
parent 2d3a5252f9
commit 8fdf86dd25
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -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