From 53c9d667ce08d7494f0c1f1b9f6fc91c27a85623 Mon Sep 17 00:00:00 2001 From: Jiahao XU <Jiahao_XU@outlook.com> Date: Fri, 10 Jun 2022 16:55:21 +1000 Subject: [PATCH] Enable caching on macos as issue has been fixed Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index df27f99e..cf525e4a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -68,8 +68,6 @@ jobs: - name: Configure caching uses: actions/cache@v2 - # Caching disabled on macos due to https://github.com/actions/cache/issues/403 - if: ${{ matrix.os != 'macos-latest' }} with: key: ${{ matrix.os }}-${{ matrix.target }} path: |