mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ci: update build directory trimming before caching
This commit is contained in:
committed by
Frans de Jonge
parent
5a465f413b
commit
404c7c0dfe
@@ -85,7 +85,7 @@ jobs:
|
||||
command: |
|
||||
set -x
|
||||
# Trim the build directory.
|
||||
rm -rf base/build/thirdparty
|
||||
rm -rf base/build/{cmake,staging,thirdparty}
|
||||
ccache --cleanup >/dev/null
|
||||
ccache --show-stats
|
||||
- save_cache:
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -143,7 +143,7 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
# Trim the build directory.
|
||||
rm -rf base/build/thirdparty
|
||||
rm -rf base/build/{cmake,staging,thirdparty}
|
||||
ccache --cleanup >/dev/null
|
||||
ccache --show-stats --verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user