Skip to content

Commit 7352059

Browse files
authored
Update vc.yml
1 parent daa9687 commit 7352059

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/vc.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
test:
99
runs-on: windows-2019
10+
env:
11+
VCToolsRedistDir: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\14.29.30037\x64\"
12+
1013
steps:
1114
- name: Check if VCToolsRedistDir exists
1215
shell: cmd
@@ -16,12 +19,6 @@ jobs:
1619
:: Output all environment variables for debugging
1720
set
1821

19-
:: Check related environment variables
20-
echo Checking related environment variables...
21-
echo INCLUDE: %INCLUDE%
22-
echo LIB: %LIB%
23-
echo PATH: %PATH%
24-
2522
:: Check if the VCToolsRedistDir variable is set
2623
if not defined VCToolsRedistDir (
2724
echo Error: Environment variable VCToolsRedistDir is not set.

0 commit comments

Comments
 (0)