File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments