mirror of https://github.com/milvus-io/milvus.git
enhance: hotfix HOME variable (#32411)
Signed-off-by: Liang Huang <sammy.huang@zilliz.com>pull/32417/head
parent
a0a23d0666
commit
66fae53cd2
|
@ -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…
Reference in New Issue