From 8fdf86dd253aef32a7e4acd97bde2150e0f3c40a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 6 Jul 2023 21:15:17 +0300 Subject: [PATCH] ci : fix env --- .github/workflows/build.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 547b03a7a..a576139ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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