From 3811908df927e9ccb54b7e9fe07573b884a302cb Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Fri, 30 Jun 2023 14:41:41 -0700 Subject: [PATCH] Fix working-directory for rust-cache --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index de01cd10bb139..a4c152b10131f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -340,8 +340,8 @@ jobs: - name: Lerna tsc run: yarn tsc - uses: Swatinem/rust-cache@v1 - working-directory: ./rust/cubestore with: + working-directory: ./rust/cubestore shared-key: cubestore key: ubuntu-20.04 - name: Build cubestore @@ -467,8 +467,8 @@ jobs: - name: Lerna tsc run: yarn tsc - uses: Swatinem/rust-cache@v1 - working-directory: ./rust/cubestore with: + working-directory: ./rust/cubestore shared-key: cubestore key: ubuntu-20.04 - name: Build cubestore