summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2022-03-01 18:42:26 +0100
committerCristian Adam <cristian.adam@qt.io>2022-03-02 10:06:50 +0000
commit1778008067cc4c01f58792823e1ed21ee094f787 (patch)
tree67921afd434b7c073712167ecbeb67e7cbedf93f /.github
parente1e5d2a68d0a97c8df27d1fbbf00b02ece35e607 (diff)
downloadqt-creator-1778008067cc4c01f58792823e1ed21ee094f787.tar.gz
GitHub Actions: Update ccache to version 4.6
Change-Id: I112d3860c6e1b66be70d5cf2b11f026bafa624ad Reviewed-by: <github-actions-qt-creator@cristianadam.eu> 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 d75bd4881e..7fa788d0d7 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -13,7 +13,7 @@ env:
CMAKE_VERSION: 3.21.1
NINJA_VERSION: 1.10.2
BUILD_TYPE: Release
- CCACHE_VERSION: 4.5
+ CCACHE_VERSION: 4.6
QT_MIRRORS: download.qt.io;mirrors.ocf.berkeley.edu/qt;ftp.fau.de/qtproject;mirror.bit.edu.cn/qtproject
jobs: