File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1616 # You can convert this to a matrix build if you need cross-platform coverage.
17- # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build- matrix
17+ # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-matrix
1818 runs-on : windows-2022
1919
2020 steps :
Original file line number Diff line number Diff line change 11Project dependencies
22--------------------
33
4- ![ DebugView++ Projects] ( art/DebugViewProjects.png " DebugView++ Projects ")
4+ ![ DebugView++ Projects] ( ../ art/DebugViewProjects.png " DebugView++ Projects ")
55
661 . Project ** DebugViewCmd**
77CommandLine version of debugview++,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def main():
8585 if HasInvalidArgs ():
8686 print ("Usage: " + os .path .basename (sys .argv [0 ]) + " <filemask> [/s] [/f]" )
8787 print (" note: gen\ and gen64\ directories are ignored" )
88- print (" /s = recursively process files in subdirecties " );
88+ print (" /s = recursively process files in subdirectories " );
8989 print (" /f = actually format the selected files instead of just listing them" );
9090 print ("" )
9191 print (" example: " )
You can’t perform that action at this time.
0 commit comments