diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index e4c00add8..9f45a8143 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -1,3 +1,8 @@ +# ccache +# --- +# Uses /ccache_vcpkg folder and the compressed cache size is 330M (after whole workflow finishes) +# This /ccache_vcpkg folder is common for analyzers.yml and vcpkg-linux.yml workflows + name: Clang-Tidy and Clazy Qt5.15/6.7 # Invoke manually from the command-line using the gh command, eg.: diff --git a/.github/workflows/vcpkg-linux.yml b/.github/workflows/vcpkg-linux.yml index a21572308..e18bfda0d 100644 --- a/.github/workflows/vcpkg-linux.yml +++ b/.github/workflows/vcpkg-linux.yml @@ -8,7 +8,8 @@ # ccache # --- -# Uses /ccache_vcpkg folder and the compressed cache size is 250M (after whole workflow finishes) +# Uses /ccache_vcpkg folder and the compressed cache size is 330M (after whole workflow finishes) +# This /ccache_vcpkg folder is common for analyzers.yml and vcpkg-linux.yml workflows name: Vcpkg Linux