We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdfc66d commit 27b8e38Copy full SHA for 27b8e38
.github/workflows/Build.yml
@@ -141,7 +141,7 @@ jobs:
141
autoUpdate: [true]
142
steps:
143
- name: Debug path
144
- run: dir C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\
+ run: dir 'C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\''
145
# - uses: actions/checkout@v4
146
# with:
147
# submodules: true
0 commit comments