Skip to content

Commit 08771ca

Browse files
authored
Update reusable-windows.yml
Print PATH on windows.
1 parent 69b116e commit 08771ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- name: Register MSVC problem matcher
3737
if: inputs.arch != 'Win32'
3838
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
39+
- name: Print PATH
40+
run: echo ${env:PATH}
3941
- name: Build CPython
4042
run: >-
4143
.\\PCbuild\\build.bat

0 commit comments

Comments
 (0)