Skip to content

Commit

Permalink
Nitron linux allow all cors for cloud-native (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Service Account <[email protected]>
  • Loading branch information
hiento09 and jan-service-account authored Nov 3, 2023
1 parent 52f322a commit d175680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d175680

Please sign in to comment.