290: Add a $HOME to the CI r=Kerollmops a=irevoire

This should fix this issue:
https://github.com/meilisearch/milli/runs/3104228432?check_suite_focus=true

I think a real fix would be to fix the configuration of our github runner but I don't know how to do it.
@curquiza could probably help us on that once she's back from vacation 😄 

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
bors[bot] 2021-07-20 07:32:46 +00:00 committed by GitHub
commit fa44e95c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,9 @@ on:
required: false
default: 'songs'
env:
HOME: "/home/runner" # The actions-rs/toolchain@v1 can fail we have no $HOME defined
jobs:
benchmarks:
name: Run and upload benchmarks