ci: remove cache before test

This commit is contained in:
Jozef Steinhübl 2024-06-15 09:59:28 +02:00
parent 9e6c31728b
commit 75cd8315b8
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -29,7 +29,7 @@ jobs:
&& sudo apt install gh -y && sudo apt install gh -y
- run: | - run: |
gh cache delete --all gh cache delete --all || true
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}