Disable caching on Mac builds; something keeps breaking. [rebuild]

This commit is contained in:
Dustin Carlino 2020-12-02 13:20:43 -08:00
parent a11646a6fc
commit 0727619e18

View File

@ -28,6 +28,7 @@ jobs:
rust-version: 1.47.0 rust-version: 1.47.0
- name: Cache build - name: Cache build
if: matrix.os != 'macos-latest'
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: target path: target