mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-27 04:25:06 +08:00
Merge #290
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:
commit
fa44e95c91
3
.github/workflows/benchmarks.yml
vendored
3
.github/workflows/benchmarks.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: 'songs'
|
default: 'songs'
|
||||||
|
|
||||||
|
env:
|
||||||
|
HOME: "/home/runner" # The actions-rs/toolchain@v1 can fail we have no $HOME defined
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
benchmarks:
|
benchmarks:
|
||||||
name: Run and upload benchmarks
|
name: Run and upload benchmarks
|
||||||
|
Loading…
Reference in New Issue
Block a user