Skip to content

Commit 02cab70

Browse files
committed
Use x86 version of pdbstr to workaround a GitHub Actions issue
1 parent af98668 commit 02cab70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source_index_pdb.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ echo SRCSRV: end ------------------------------------------------ >> source_inde
3737

3838
echo:
3939
echo Adding srcsrv section to %1...
40-
"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x64\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
40+
:: Using x86 here only because Github Actions has issues https://github.com/actions/virtual-environments/issues/4208
41+
"%ProgramFiles(x86)%\Windows Kits\10\Debuggers\x86\srcsrv\pdbstr.exe" -w -p:%1 -s:srcsrv -i:source_index.txt
4142
echo pdbstr exited with errorlevel %ERRORLEVEL%
4243

4344
popd

0 commit comments

Comments
 (0)