Skip to content

Commit

Permalink
[DO NOT MERGE] ci: Measure vcpkg_installed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 19, 2024
1 parent f0b06bd commit b0a1bae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,10 @@ jobs:
run: |
cmake -B build -A x64 --toolchain $env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static -DWITH_NATPMP=OFF
- name: Measure vcpkg_installed folder
run: |
(Get-ChildItem -Path "build\vcpkg_installed" -Recurse | Measure-Object -Property Length -Sum).Sum
- name: Save vcpkg binary cache
uses: actions/cache/save@v3
if: github.event_name != 'pull_request' && steps.vcpkg-binary-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit b0a1bae

Please sign in to comment.