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