From 30b483b909d782dfbc419fa141a8cc6f420d5a0b Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 14 Dec 2022 12:45:47 +0100 Subject: [PATCH] cargo cache --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1542276cc..efc6a8a27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: target: aarch64-apple-darwin override: true components: rustfmt, clippy + - name: Set up cargo cache uses: actions/cache@v3 continue-on-error: false