mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
Update command.
This commit is contained in:
4
.github/workflows/tesla-k80-ci.yml
vendored
4
.github/workflows/tesla-k80-ci.yml
vendored
@@ -29,13 +29,13 @@ jobs:
|
||||
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake -B build
|
||||
cmake -B build
|
||||
env:
|
||||
CMAKE_BUILD_TYPE: Release
|
||||
|
||||
- name: Build C++/CUDA components
|
||||
run: |
|
||||
CC=/usr/local/bin/gcc CXX=/usr/local/bin/g++ cmake --build build --config Release
|
||||
cmake --build build --config Release
|
||||
timeout-minutes: 30
|
||||
|
||||
- name: Build Go binary
|
||||
|
||||
Reference in New Issue
Block a user