File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 echo "CXX=clang++-${{ matrix.version }}" >> $GITHUB_ENV
5555 fi
5656 - name : Configure Build
57- run : mkdir build && cd build && cmake -DUSE_CUDA =ON -DCMAKE_BUILD_TYPE=Release ..
57+ run : mkdir build && cd build && cmake -DENABLE_CUDA =ON -DCMAKE_BUILD_TYPE=Release ..
5858 - name : Build
5959 run : cd build && make
Original file line number Diff line number Diff line change 6464 - name : Add MSBuild to PATH
6565 uses : microsoft/setup-msbuild@v2
6666 - name : Configure Build
67- run : mkdir build && cd build && cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Release -DUSE_CUDA =ON ..
67+ run : mkdir build && cd build && cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Release -DENABLE_CUDA =ON ..
6868 - name : Build
6969 run : cd build && MSBuild.exe ${{ matrix.solution }} /p:Configuration=Release
You can’t perform that action at this time.
0 commit comments