Skip to content

Commit

Permalink
fix type: sccahe -> sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Aug 20, 2024
1 parent f45e45b commit e42a526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/cache@v3
with:
key: ${{ runner.os }}-sccahe-dir
path: ~/.cache/sccahe
path: ~/.cache/sccache

- name: Run tasks
run: |
Expand Down

0 comments on commit e42a526

Please sign in to comment.