Skip to content

Commit

Permalink
ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed May 20, 2024
1 parent e6e0aaa commit fd4c171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ jobs:
$_ -ne 'C:\Strawberry\c\bin' }) -join ';'
Import-Module "$env:VS\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
Enter-VsDevShell -VsInstallPath $env:VS -SkipAutomaticLocation -DevCmdArguments "-arch=x64 -host_arch=x64"
ccache -z
./ci/build-win32.ps1
ccache -sv
- name: Print build log
if: ${{ failure() && steps.build.outcome == 'failure' }}
Expand Down

0 comments on commit fd4c171

Please sign in to comment.