From f35e15c3f030ca0092639ed537b4a28fef3225af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 24 May 2024 16:54:46 +0300 Subject: [PATCH] Fix benches CI job --- .github/workflows/benches.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index 118a176540..197676fd4c 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -9,6 +9,9 @@ on: jobs: benches: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./benches steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master