Skip to content

Commit

Permalink
check cargo home
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatka committed Oct 27, 2023
1 parent d517d73 commit 9c7495a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ jobs:
# env:
# CARGO_HOME: /tmp/.cargo
# RUSTUP_HOME: /tmp/.rustup
- name: Check CARGO_HOME permissions
run: ls -la $CARGO_HOME
env:
CARGO_HOME: /github/home/.cargo # Replace with your CARGO_HOME path

- name: Build native
working-directory: ./
Expand Down

0 comments on commit 9c7495a

Please sign in to comment.