Skip to content

Commit

Permalink
Add PLT caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent 48df82b commit bb45a62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
otp-version: master
elixir-version: main
- name: Restore PLT cache
uses: actions/cache@v4
id: plt_cache
with:
path: priv/plts
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
Expand Down

0 comments on commit bb45a62

Please sign in to comment.