mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
add a $HOME var to the ci
This commit is contained in:
parent
16698f714b
commit
0ab541627b
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue