Skip to content

Commit 492ea5e

Browse files
committed
ccache
1 parent 2e10181 commit 492ea5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
set ARCH=Win32
128128
)
129129
:: 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!
130+
msbuild -m cppcheck.sln /p:CLToolPath=D:\a\cppcheck\cppcheck\ccache /p:Configuration=Debug-PCRE;Platform=%ARCH% -maxcpucount || exit /b !errorlevel!
131131
132132
- name: Run Debug test
133133
run: .\bin\debug\testrunner.exe || exit /b !errorlevel!

0 commit comments

Comments
 (0)