Added tool-cache opt thx to @miketimofeev 🙏🏻

This commit is contained in:
Jérémie Lumbroso
2022-06-27 14:33:18 -04:00
parent c73e8a31a9
commit 45c205b781
3 changed files with 44 additions and 3 deletions

View File

@@ -8,3 +8,13 @@ jobs:
# If there is a problem with this GitHub Actions, this step will fail
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
# all of these default to true, but feel free to set to
# false if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true