Skip to content

Commit

Permalink
Try and fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
davisadam10 committed Aug 3, 2024
1 parent 0f9022c commit 54c05a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c05a8

Please sign in to comment.