workflows ccache test 24

This commit is contained in:
silverqx
2022-07-16 11:40:14 +02:00
parent 0c8a1cc2fd
commit 8103fa4383
-10
View File
@@ -154,7 +154,6 @@ jobs:
echo "::group::Prepare ccache config"
ccache --set-config max_size=600M
ccache --set-config sloppiness=pch_defines,time_macros
ccache --set-config debug_dir=D:/ccache/
ccache --show-config
echo "::endgroup::"
@@ -162,10 +161,6 @@ jobs:
ccache --zero-stats
echo "::endgroup::"
echo "::group::Enable ccache debugging"
Write-Output 'CCACHE_DEBUG=1' | Out-File -FilePath $env:GITHUB_ENV -Append
echo "::endgroup::"
- name: vcpkg set-up environment
run: |
Write-Output "VCPKG_ROOT=${env:VCPKG_INSTALLATION_ROOT}" | `
@@ -204,11 +199,6 @@ jobs:
run: >-
cmake --build ../TinyORM-builds-cmake/build-msvc-cmake-debug --target all --parallel 2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Ccache statistics
run: |
ccache.exe --show-stats -vv