We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d74227 + 280a349 commit fbd7f43Copy full SHA for fbd7f43
.github/workflows/ci.yaml
@@ -32,6 +32,9 @@ env:
32
## afaik, the jit sources are generated in a platform-independent way, so we choose one platform to generate them on.
33
jit_generator_os: ubuntu-20.04
34
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
+
38
jobs:
39
ormolu:
40
runs-on: ubuntu-20.04
0 commit comments