From 848cf69959f0bb5c51dc3b14904062e7df909383 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Mon, 10 Jul 2023 21:52:46 -0400 Subject: [PATCH] Set ccache-dir default --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 51b570aa..5c0ac5b4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,6 +6,7 @@ on: description: The directory in which to place the ccache cache. type: string required: false + default: "$HOME/.ccache" cmake-args: description: Additional arguments to pass to CMake. type: string