Skip to content

Commit fbd7f43

Browse files
authored
Merge pull request #5580 from unisonweb/actions-cache-service-v2
2 parents 7d74227 + 280a349 commit fbd7f43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ env:
3232
## afaik, the jit sources are generated in a platform-independent way, so we choose one platform to generate them on.
3333
jit_generator_os: ubuntu-20.04
3434

35+
# work around https://github.com/actions/cache/issues/1547 which may continue causing failures until March 1, 2025
36+
ACTIONS_CACHE_SERVICE_V2: true
37+
3538
jobs:
3639
ormolu:
3740
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)