Skip to content

Commit 21bd80e

Browse files
committed
Fix rust-cache configuration variable naming.
1 parent aa21ea6 commit 21bd80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
default: true
114114
- uses: Swatinem/rust-cache@v2
115115
with:
116-
working-directory: examples/simple
116+
workspaces: examples/simple
117117
continue-on-error: true
118118
- name: Install toml
119119
run: pip install toml

0 commit comments

Comments
 (0)