From b10e753e2fc8877e351ccdb8581b11b56cdefa6d Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Tue, 31 Dec 2024 12:46:15 -0500 Subject: [PATCH] formatting --- .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 c27431c..45557d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: shell: bash run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - - name: make cache dir + - name: Make cache dir run: mkdir /home/runner/.ccache - name: Cache build artifacts uses: actions/cache@v4