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 daa9687 commit 7352059Copy full SHA for 7352059
.github/workflows/vc.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
test:
9
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
+
13
steps:
14
- name: Check if VCToolsRedistDir exists
15
shell: cmd
@@ -16,12 +19,6 @@ jobs:
16
19
:: Output all environment variables for debugging
17
20
set
18
21
- :: Check related environment variables
- echo Checking related environment variables...
- echo INCLUDE: %INCLUDE%
22
- echo LIB: %LIB%
23
- echo PATH: %PATH%
24
-
25
:: Check if the VCToolsRedistDir variable is set
26
if not defined VCToolsRedistDir (
27
echo Error: Environment variable VCToolsRedistDir is not set.
0 commit comments