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.
1 parent 78d1586 commit f40f4f3Copy full SHA for f40f4f3
.github/workflows/ci-pipeline.yml
@@ -55,7 +55,12 @@ jobs:
55
with:
56
cache-map: |
57
{
58
- "home-nonroot-cache-uv": "/home/nonroot/.cache/uv"
+ "home-nonroot-cache-uv": {
59
+ "target": "/home/nonroot/.cache/uv",
60
+ "sharing": "locked",
61
+ "uid": "2000",
62
+ "gid": "2000"
63
+ }
64
}
65
66
- name: Inject APT cache in docker
@@ -173,7 +178,12 @@ jobs:
173
178
174
179
175
180
176
181
182
183
184
185
186
177
187
188
189
0 commit comments