workflows ccache test 6

This commit is contained in:
silverqx
2022-07-15 13:15:37 +02:00
parent 740cd76b95
commit 1be33882e5
2 changed files with 1 additions and 15 deletions
-14
View File
@@ -177,20 +177,6 @@ jobs:
ccache --zero-stats
echo "::endgroup::"
# - name: ccache install 🥳
# run: |
# choco install ccache -y
# - name: ccache setup 🕺
# uses: Chocobo1/setup-ccache-action@v1
# with:
# prepend_symlinks_to_path: false
# install_ccache: false
# update_packager_index: false
# ccache_options: |
# compression = false
# max_size = 1G
- name: vcpkg set-up environment
run: |
Write-Output "VCPKG_ROOT=${env:VCPKG_INSTALLATION_ROOT}" | `