Skip to content

Commit

Permalink
Wrong mix local.hex command (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Dec 19, 2023
1 parent 359cb28 commit 4885734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: setup hex
run: |
mix mix local.hex --force
mix local.hex --force
mix local.rebar --force
- name: get deps
run: mix deps.get
Expand Down

0 comments on commit 4885734

Please sign in to comment.