|
|
@ -45,6 +45,7 @@ on:
|
|
|
|
type: boolean
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
default: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build-win64:
|
|
|
|
build-win64:
|
|
|
|
name: Build win64
|
|
|
|
name: Build win64
|
|
|
@ -101,9 +102,11 @@ jobs:
|
|
|
|
- name: Finalize cache
|
|
|
|
- name: Finalize cache
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
cd build
|
|
|
|
cd build
|
|
|
|
|
|
|
|
ccache -d win64-cross/ccache --show-stats --verbose
|
|
|
|
ccache -d win64-cross/ccache --max-size 150M
|
|
|
|
ccache -d win64-cross/ccache --max-size 150M
|
|
|
|
ccache -d win64-cross/ccache --cleanup
|
|
|
|
ccache -d win64-cross/ccache --cleanup
|
|
|
|
ccache -d win64-cross/ccache --show-stats --verbose
|
|
|
|
ccache -d win64-cross/ccache --max-size 500M
|
|
|
|
|
|
|
|
ccache -d win64-cross/ccache --zero-stats
|
|
|
|
- name: Save ccache
|
|
|
|
- name: Save ccache
|
|
|
|
if: inputs.platform-files && !inputs.cache-readonly
|
|
|
|
if: inputs.platform-files && !inputs.cache-readonly
|
|
|
|
uses: actions/cache/save@v3
|
|
|
|
uses: actions/cache/save@v3
|
|
|
|