diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 553f7e424..02f54fe13 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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