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