Enable caching on macos as issue has been fixed

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-10 16:55:21 +10:00
parent 665564420a
commit 53c9d667ce
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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: |