Skip to content

Commit 3d4a620

Browse files
let's try this
1 parent b842ddb commit 3d4a620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
args: --release --out dist --find-interpreter
235235
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
236236
manylinux: auto
237-
docker-options: -v ~/.cargo/registry:/root/.cargo/registry -v ~/.cargo/git:/root/.cargo/git
237+
docker-options: -v /home/runner/.cargo/registry:/root/.cargo/registry -v /home/runner/.cargo/git:/root/.cargo/git
238238

239239
- name: Upload wheels
240240
uses: actions/upload-artifact@v4
@@ -277,7 +277,7 @@ jobs:
277277
args: --release --out dist --find-interpreter
278278
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
279279
manylinux: musllinux_1_2
280-
docker-options: -v ~/.cargo/registry:/root/.cargo/registry -v ~/.cargo/git:/root/.cargo/git
280+
docker-options: -v /home/runner/.cargo/registry:/root/.cargo/registry -v /home/runner/.cargo/git:/root/.cargo/git
281281

282282
- name: Upload wheels
283283
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)