From 7351ab4a30e263d1e417ee1ac779169b650e018c Mon Sep 17 00:00:00 2001 From: Richard Menzies <52405405+WizardOhio24@users.noreply.github.com> Date: Sat, 7 Nov 2020 23:02:11 +0000 Subject: MacOS github CI workaround (#411) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f33b5f7..8a068aae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: - uses: actions/checkout@v2 - name: Restore cargo cache - if: matrix.os != 'macos-latest' uses: actions/cache@v2 env: cache-name: ci @@ -33,6 +32,10 @@ jobs: target key: ${{ matrix.os }}-${{ env.cache-name }}-${{ matrix.rust }}-${{ hashFiles('Cargo.lock') }} + - name: MacOS Workaround + if: matrix.os == 'macos-latest' + run: cargo clean --locked -p serde_derive -p thiserror + - name: Install Rust uses: actions-rs/toolchain@v1 with: -- cgit v1.2.3