diff --git a/.github/workflows/cuda_build_windows.yml b/.github/workflows/cuda_build_windows.yml index aacd7ff28..1addca9fd 100644 --- a/.github/workflows/cuda_build_windows.yml +++ b/.github/workflows/cuda_build_windows.yml @@ -15,7 +15,7 @@ jobs: - name: Set up MSVC run: | - call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" + & "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat" - name: Install Chocolatey run: |