Trivial change to test rebuilding using ccache

Change the workflow file to trigger rebuild without affecting the other
builds.
This commit is contained in:
Vadim Zeitlin
2021-11-09 13:28:19 +01:00
parent 6e96c6dda0
commit cd385cf22d

View File

@@ -172,7 +172,7 @@ jobs:
${CXX-g++} --version ${CXX-g++} --version
echo echo
echo "Ccache version:" echo "ccache version:"
ccache --version ccache --version
echo echo