From 9a8e6d8bdf2f4098bf297b8273293b30befe70c8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Aug 2020 20:05:44 +1000 Subject: [PATCH] attempt to work around https://github.com/actions/cache/issues/403 --- .github/workflows/checks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 816a27cd3..bd226889c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -345,3 +345,7 @@ jobs: # https://github.com/ankitects/anki/pull/535 perl scripts/rename -f "s@\+[\w\d]+-@-@g" dist/* python -m twine upload --non-interactive --skip-existing --verbose dist/* + + - name: macOS CI workaround test + if: matrix.BUILD_TYPE == 'check' && matrix.os == 'macos-latest' + run: sync && sleep 10