Skip to content

Commit

Permalink
try fixing cache path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 29, 2023
1 parent dc59a8d commit 2cb6873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
path: $HOME\\.cache\\pre-commit
key: pre-commit_${{ hashFiles('.pre-commit-config.yaml') }}

- name: Check formatting
Expand Down

0 comments on commit 2cb6873

Please sign in to comment.