Update command.

This commit is contained in:
Shang Chieh Tseng
2025-10-28 18:42:49 +08:00
parent 92acf0f91e
commit 6024408ea5
2 changed files with 6 additions and 6 deletions

View File

@@ -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