summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2021-11-14 19:20:45 +0100
committerCristian Adam <cristian.adam@qt.io>2021-11-15 08:52:40 +0000
commite58b8aee0cdba3a9760e143c4f424af854e2043e (patch)
tree2bbef62ce624b5fc7801da4f730fbf67ded24a6b /.github
parent39738dee7737c539c94f0c7aa022126cd8e94f28 (diff)
downloadqt-creator-e58b8aee0cdba3a9760e143c4f424af854e2043e.tar.gz
GitHub Actions: Update ccache to v4.5
Change-Id: I566addec66ab374963cbcc0e0a85be1b45597d24 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 94fbb31434..1e03f53e27 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -9,7 +9,7 @@ env:
CMAKE_VERSION: 3.21.1
NINJA_VERSION: 1.10.2
BUILD_TYPE: Release
- CCACHE_VERSION: 4.4
+ CCACHE_VERSION: 4.5
QT_MIRRORS: download.qt.io;mirrors.ocf.berkeley.edu/qt;ftp.fau.de/qtproject;mirror.bit.edu.cn/qtproject
jobs: