Skip to content

Commit d175680

Browse files
Nitron linux allow all cors for cloud-native (#98)
Co-authored-by: Service Account <[email protected]>
1 parent 52f322a commit d175680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
./install_deps.sh
6666
mkdir build && cd build
67-
cmake ..
67+
cmake -DDEBUG=ON ..
6868
CC=gcc-8 make -j $(nproc)
6969
ls -la
7070
@@ -112,7 +112,7 @@ jobs:
112112
run: |
113113
./install_deps.sh
114114
mkdir build && cd build
115-
cmake -DLLAMA_CUBLAS=ON ..
115+
cmake -DDEBUG=ON -DLLAMA_CUBLAS=ON ..
116116
CC=gcc-8 make -j $(nproc)
117117
ls -la
118118

0 commit comments

Comments
 (0)