Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jun 11, 2024
1 parent b9b59cf commit de632f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-cuda-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
run: |
$env:Path = '${{ env.cuda_dir }}\v${{ env.cuda_version }}\bin;' + $env:Path
Write-Output (get-command nvcc.exe).Path
cmake -B {{vars.RUNNER_TEMP}} --preset windows_x64_cuda_release -T "version=14.40,cuda=${{ env.cuda_dir }}\\v${{ env.cuda_version }}" -DTEST_PHI2=False
cmake -B {{ runner.temp }} --preset windows_x64_cuda_release -T "version=14.40,cuda=${{ env.cuda_dir }}\\v${{ env.cuda_version }}" -DTEST_PHI2=False
- name: Build with CMake
run: |
cmake -B {{vars.RUNNER_TEMP}} --build --preset windows_x64_cuda_release --parallel
cmake -B {{ runner.temp }} --build --preset windows_x64_cuda_release --parallel
- name: Build the C# API and Run the C# Tests
Expand Down

0 comments on commit de632f2

Please sign in to comment.