workflows ccache test 21

This commit is contained in:
silverqx
2022-07-16 10:44:55 +02:00
parent 32cde1a9f6
commit fd119aec3b
+2 -2
View File
@@ -163,7 +163,7 @@ jobs:
echo "::group::Enable ccache debugging"
Write-Output 'CCACHE_DEBUG=1' | Out-File -FilePath $env:GITHUB_ENV -Append
Write-Output 'CCACHE_DEBUGDIR=D:/a/_temp/ccache_debug' | `
Write-Output 'CCACHE_DEBUGDIR=D:/ccache' | `
Out-File -FilePath $env:GITHUB_ENV -Append
echo "::endgroup::"
@@ -217,7 +217,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ccache-debug
path: ${{ runner.temp }}/ccache_debug
path: D:/ccache
retention-days: 1
# - name: Create and Seed tables for unit tests 🎉