ci: delete github cache

This commit is contained in:
Mathias Mogensen 2024-08-30 14:05:56 +02:00
parent 7cea78bb1f
commit 362e041e2c

View File

@ -59,6 +59,7 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
gh cache delete --all --repo AppFlowy-IO/AppFlowy
- name: Checkout source code
uses: actions/checkout@v2