From 54c05a8e3978b6230372f340e181413777e6e930 Mon Sep 17 00:00:00 2001 From: Adam Davis Date: Fri, 2 Aug 2024 18:04:58 -0600 Subject: [PATCH] Try and fix this --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1808713..65df666 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: with: path: .git key: ${{ runner.os }}-git-${{ hashFiles('.git/HEAD') }} - restore-keys: - - ${{ runner.os }}-git- + restore-keys: | + ${{ runner.os }}-git- # Check out the repository with LFS support - name: Check out repository