Skip to content

Commit 9c7495a

Browse files
committed
check cargo home
1 parent d517d73 commit 9c7495a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ jobs:
240240
# env:
241241
# CARGO_HOME: /tmp/.cargo
242242
# RUSTUP_HOME: /tmp/.rustup
243+
- name: Check CARGO_HOME permissions
244+
run: ls -la $CARGO_HOME
245+
env:
246+
CARGO_HOME: /github/home/.cargo # Replace with your CARGO_HOME path
243247

244248
- name: Build native
245249
working-directory: ./

0 commit comments

Comments
 (0)