Skip to content

Commit

Permalink
Fix working-directory for rust-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Jun 30, 2023
1 parent 2a41c22 commit 3811908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3811908

Please sign in to comment.