Skip to content

Commit

Permalink
ci - debug disk
Browse files Browse the repository at this point in the history
  • Loading branch information
aprxi committed Aug 11, 2024
1 parent 58778b1 commit a44dc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: cargo build -p $NAME --release --target $TARGET
env:
CARGO_TARGET_DIR: ${{ runner.os == 'Linux' && '/mnt/cargo-build' || '' }}
CARGO_HOME: ${{ runner.os == 'Linux' && '/mnt/cargo-home' || '' }}
CARGO_HOME: ${{ runner.os == 'Linux' && '/mnt/cargo-home' || '' }}

- name: Check disk usage
run: df -h
Expand Down

0 comments on commit a44dc75

Please sign in to comment.