Skip to content

Commit

Permalink
Add cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanppl committed Feb 9, 2025
1 parent 815060b commit af03d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
with:
key: plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
restore-keys: plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
path: _build

# Create PLTs if no cache was found
- name: Create PLTs
Expand All @@ -103,6 +104,7 @@ jobs:
id: plt_cache_save
with:
key: plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
path: _build

- name: Run dialyzer
run: mix dialyzer
Expand Down

0 comments on commit af03d7d

Please sign in to comment.