Skip to content

Commit

Permalink
fix rust CI cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 11, 2023
1 parent 7f43ced commit 2fce568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
toolchain: stable
- uses: Swatinem/[email protected]
with:
cache-directories: rust
cache-directories: ./rust/target

- name: fmt
working-directory: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: Swatinem/[email protected]
if: ${{ matrix.lang == 'rust'}}
with:
cache-directories: rust
cache-directories: ./rust/target
- uses: actions/setup-go@v4
if: ${{ matrix.lang == 'go'}}
with:
Expand Down

0 comments on commit 2fce568

Please sign in to comment.