mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user