summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-01-10 21:49:57 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-02-03 14:07:30 -0500
commitb2bb3e62275cc1d9e00a2d5ed511843192133ed5 (patch)
tree6283bf1e913bee067bbd30e3aa5782a68d164a03 /.gitlab-ci.yml
parent48e391952c17ff7eab10b0b1456e3f2a2af28a9b (diff)
downloadhaskell-b2bb3e62275cc1d9e00a2d5ed511843192133ed5.tar.gz
Bump Windows toolchain
Updates to LLVM 14, hopefully fixing #21964.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4485a8fd58..98a40cc90e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ variables:
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
- CACHE_REV: 9
+ CACHE_REV: 10
# Disable shallow clones; they break our linting rules
GIT_DEPTH: 0