From e2a2b3e2568024a36b0d88239872e0346b62dd8b Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Wed, 16 Aug 2023 14:35:02 -0400 Subject: [PATCH] specify rust-cache workspaces directory --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 978caea7fd..35febf0ae4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 /