From 0dcad2aa4dcad2c1e388d1134cd3b755480c8a0b Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 5 Feb 2021 09:04:54 +1100 Subject: [PATCH] Enable caching of Rust artifacts on MacOS Fixes #58. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c108e47..6b9f9452 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,6 @@ jobs: override: true - name: Cache target directory - if: matrix.os != 'macos-latest' # Need to disable cache until https://github.com/actions/cache/issues/403 is fixed. uses: actions/cache@v2 with: path: target @@ -222,7 +221,6 @@ jobs: override: true - name: Cache target directory - if: matrix.os != 'macos-latest' # Need to disable cache until https://github.com/actions/cache/issues/403 is fixed. uses: actions/cache@v2 with: path: target