We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e2ac6 commit 9832642Copy full SHA for 9832642
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/cache@v4
60
with:
61
path: priv/plts
62
- key: plts-${{ matrix.elixir }}
+ key: plts
63
64
- name: Dialyzer
65
run: MIX_ENV=dev mix dialyzer
0 commit comments