From 4271e7c83eb5688ed2837c40a80fa32f39b66efb Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 3 Jan 2024 12:30:22 +0100 Subject: [PATCH] fix: typo in `workflows/test.yml` (#4338) this caused a warning in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b6cac7ba18..c7f190b7a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB - tool-cache: false + tools-cache: false # all of these default to true, but feel free to set to # "false" if necessary for your workflow