mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
enhance: hotfix HOME variable (#32411)
Signed-off-by: Liang Huang <sammy.huang@zilliz.com>
This commit is contained in:
parent
a0a23d0666
commit
66fae53cd2
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -50,11 +50,11 @@ jobs:
|
||||
run: |
|
||||
# Check if $HOME is not set
|
||||
if [ -z "$HOME" ]; then
|
||||
# Set $HOME to /root if it is not set
|
||||
echo '$HOME was no set'
|
||||
export HOME=/home/zilliz-user
|
||||
echo "HOME=/home/zilliz-user" >> $GITHUB_ENV
|
||||
fi
|
||||
echo "HOME variable is:$HOME"
|
||||
echo "GITHUB_ENV variable is:$GITHUB_ENV"
|
||||
- name: Setup mold
|
||||
uses: rui314/setup-mold@v1
|
||||
- name: Maximize build space
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user