try to free some space on github runner

This commit is contained in:
Mathieu Broillet 2024-08-28 11:28:43 +02:00
parent 07b1b81e9d
commit 11c9e812ec
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -21,6 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
# Step 1: Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3