Skip to content

Commit

Permalink
specify rust-cache workspaces directory (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray authored Aug 17, 2023
1 parent 0a94d04 commit 7fb4d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
workspaces: services
- run: eng/scripts/services_tests.sh
- name: display free disk space
run: df -h /
Expand Down

0 comments on commit 7fb4d19

Please sign in to comment.