chore: fix ci typo

This commit is contained in:
JimMoen 2022-10-28 20:34:19 +08:00
parent eeb87fd253
commit 844ebf5ed6
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
with: with:
# dialyzer PLTs # dialyzer PLTs
path: ~/.cache/rebar3/ path: ~/.cache/rebar3/
key: dialyer-${{ matrix.otp }} key: dialyzer-${{ matrix.otp }}
- name: make xref - name: make xref
run: make xref run: make xref
- name: make dialyzer - name: make dialyzer