Skip to content

Commit 9bb765a

Browse files
committed
update deps step
1 parent db9cc52 commit 9bb765a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
elixir-deps-${{ runner.os }}-${{ hashFiles('mix.lock') }}-
2626
elixir-deps-${{ runner.os }}
2727
28-
- name: Run setup
29-
run: mix setup
28+
- name: get deps
29+
run: mix deps.get
3030

3131
- name: Run check
3232
run: mix check

0 commit comments

Comments
 (0)