Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 5ee85ee

Browse files
author
Mason Liang
committed
debug
1 parent 8b95ad3 commit 5ee85ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- name: set HOME env
5151
run: |
52-
echo "HOME=/home/CI" >> $GITHUB_ENV
52+
du && echo "HOME=/home/CI" >> $GITHUB_ENV
5353
- uses: dtolnay/rust-toolchain@master
5454
with:
5555
toolchain: nightly-2023-12-03

0 commit comments

Comments
 (0)