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

@ -17,6 +17,8 @@ on:
env: env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GGML_NLOOP: 3
GGML_NITER: 1
jobs: jobs:
ubuntu-focal-make: ubuntu-focal-make:
@ -41,10 +43,6 @@ jobs:
ubuntu-latest-cmake: ubuntu-latest-cmake:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GGML_NLOOP: 3
GGML_NITER: 1
steps: steps:
- name: Clone - name: Clone
id: checkout id: checkout
@ -73,10 +71,6 @@ jobs:
ubuntu-latest-cmake-sanitizer: ubuntu-latest-cmake-sanitizer:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
GGML_NLOOP: 3
GGML_NITER: 1
continue-on-error: true continue-on-error: true
strategy: strategy:
@ -131,10 +125,6 @@ jobs:
macOS-latest-cmake: macOS-latest-cmake:
runs-on: macos-latest runs-on: macos-latest
env:
GGML_NLOOP: 3
GGML_NITER: 1
steps: steps:
- name: Clone - name: Clone
id: checkout id: checkout
@ -164,10 +154,6 @@ jobs:
windows-latest-cmake: windows-latest-cmake:
runs-on: windows-latest runs-on: windows-latest
env:
GGML_NLOOP: 3
GGML_NITER: 1
env: env:
OPENBLAS_VERSION: 0.3.23 OPENBLAS_VERSION: 0.3.23
OPENCL_VERSION: 2023.04.17 OPENCL_VERSION: 2023.04.17