Skip to content

Commit f40f4f3

Browse files
committed
Try adding options to cache-map
1 parent 78d1586 commit f40f4f3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ jobs:
5555
with:
5656
cache-map: |
5757
{
58-
"home-nonroot-cache-uv": "/home/nonroot/.cache/uv"
58+
"home-nonroot-cache-uv": {
59+
"target": "/home/nonroot/.cache/uv",
60+
"sharing": "locked",
61+
"uid": "2000",
62+
"gid": "2000"
63+
}
5964
}
6065
6166
- name: Inject APT cache in docker
@@ -173,7 +178,12 @@ jobs:
173178
with:
174179
cache-map: |
175180
{
176-
"home-nonroot-cache-uv": "/home/nonroot/.cache/uv"
181+
"home-nonroot-cache-uv": {
182+
"target": "/home/nonroot/.cache/uv",
183+
"sharing": "locked",
184+
"uid": "2000",
185+
"gid": "2000"
186+
}
177187
}
178188
179189
- name: Inject APT cache in docker

0 commit comments

Comments
 (0)