We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e8aef commit 9fa77ccCopy full SHA for 9fa77cc
.github/workflows/build.yml
@@ -684,6 +684,7 @@ jobs:
684
- name: Configure CMake
685
shell: cmd
686
run: |
687
+ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
688
set "CUDACXX=sccache %CUDA_PATH%\bin\nvcc.exe"
689
cmake -S . -B ./build -A ${{ matrix.arch }} ^
690
-DCMAKE_BUILD_TYPE=${{ matrix.build }} ^
@@ -704,6 +705,7 @@ jobs:
704
705
- name: Build Project
706
707
708
709
cd ./build
710
cmake --build . --config ${{ matrix.build }} -j %NUMBER_OF_PROCESSORS%
711
0 commit comments