From 9b46314551c733c7efa23b537498ec44a89f1377 Mon Sep 17 00:00:00 2001 From: Yanlong Li <44524468+DragonPara@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:48:52 +0800 Subject: [PATCH] Update cuda_build_windows.yml --- .github/workflows/cuda_build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |