We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10181 commit 492ea5eCopy full SHA for 492ea5e
1 file changed
.github/workflows/CI-windows.yml
@@ -127,7 +127,7 @@ jobs:
127
set ARCH=Win32
128
)
129
:: cmake --build build --target check --config Debug || exit /b !errorlevel!
130
- msbuild -m cppcheck.sln /p:CLToolPath=ccache /p:Configuration=Debug-PCRE;Platform=%ARCH% -maxcpucount || exit /b !errorlevel!
+ msbuild -m cppcheck.sln /p:CLToolPath=D:\a\cppcheck\cppcheck\ccache /p:Configuration=Debug-PCRE;Platform=%ARCH% -maxcpucount || exit /b !errorlevel!
131
132
- name: Run Debug test
133
run: .\bin\debug\testrunner.exe || exit /b !errorlevel!
0 commit comments