Skip to content

Commit 89743f8

Browse files
fix: Rust cache
1 parent 721310d commit 89743f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- uses: Swatinem/rust-cache@v2
35-
working-directory: operator
3635
with:
3736
shared-key: "release"
37+
workspaces: operator -> target
3838

3939
- name: Install stable toolchain
4040
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)