Skip to content

Commit 7fb4d19

Browse files
authored
specify rust-cache workspaces directory (#1337)
1 parent 0a94d04 commit 7fb4d19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v3
3838
- uses: Swatinem/rust-cache@v2
39+
with:
40+
workspaces: services
3941
- run: eng/scripts/services_tests.sh
4042
- name: display free disk space
4143
run: df -h /

0 commit comments

Comments
 (0)