attempt to work around https://github.com/actions/cache/issues/403
This commit is contained in:
parent
3001e0425d
commit
9a8e6d8bdf
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user