diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 3b00b8cdf..774da6eaa 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -1,7 +1,8 @@ # ccache # --- -# Uses /ccache_vcpkg folder and the compressed cache size is 330M (after whole workflow finishes) +# Uses /ccache_vcpkg folder and the compressed cache size is 360M (after whole workflow finishes) # This /ccache_vcpkg folder is common for analyzers.yml and vcpkg-linux.yml workflows +# vcpkg-linux.yml takes 205M and analyzers.yml takes 155M name: Clang-Tidy and Clazy Qt5.15/6.7 diff --git a/.github/workflows/vcpkg-linux-drivers.yml b/.github/workflows/vcpkg-linux-drivers.yml index f156d9ec7..fe95def18 100644 --- a/.github/workflows/vcpkg-linux-drivers.yml +++ b/.github/workflows/vcpkg-linux-drivers.yml @@ -4,7 +4,7 @@ # ccache # --- -# Uses /ccache_drivers folder and the compressed cache size is 290M (after whole workflow finishes) +# Uses /ccache_drivers folder and the compressed cache size is 330M (after whole workflow finishes) name: Vcpkg Linux TinyDrivers