From 116ea2450eb3e4bca878393d874e00b1b0bbb64a Mon Sep 17 00:00:00 2001 From: Benedikt Riedel Date: Tue, 6 Feb 2024 22:18:23 -0500 Subject: [PATCH] Removing tool cache for ML builds --- .github/workflows/build_ml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ml.yml b/.github/workflows/build_ml.yml index 98d5a25..09a328d 100644 --- a/.github/workflows/build_ml.yml +++ b/.github/workflows/build_ml.yml @@ -25,7 +25,7 @@ jobs: with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB - tool-cache: false + tool-cache: true # all of these default to true, but feel free to set to # "false" if necessary for your workflow android: true