From 7714456feff17b2e3131ad9d4801797c7690477c Mon Sep 17 00:00:00 2001 From: Service Account Date: Fri, 3 Nov 2023 11:15:11 +0700 Subject: [PATCH] Nitron linux allow all cors for cloud-native --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1338dd3f5..b75e84190 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: run: | ./install_deps.sh mkdir build && cd build - cmake .. + cmake -DDEBUG=ON .. CC=gcc-8 make -j $(nproc) ls -la @@ -112,7 +112,7 @@ jobs: run: | ./install_deps.sh mkdir build && cd build - cmake -DLLAMA_CUBLAS=ON .. + cmake -DDEBUG=ON -DLLAMA_CUBLAS=ON .. CC=gcc-8 make -j $(nproc) ls -la