mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-20 16:28:23 -05:00
workflows ccache test 21
This commit is contained in:
@@ -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 🎉
|
||||
|
||||
Reference in New Issue
Block a user