From 0ab541627b6a6a2f8a21893638e4fabb3075f5fa Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 19 Jul 2021 14:32:31 +0200 Subject: [PATCH] add a $HOME var to the ci --- .github/workflows/benchmarks.yml | 3 +++ 1 file changed, 3 insertions(+) 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