mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-23 05:00:06 +01:00
add a $HOME var to the ci
This commit is contained in:
parent
16698f714b
commit
0ab541627b
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…
x
Reference in New Issue
Block a user