Skip to content

Commit

Permalink
Fix wrong CLI argument in CI (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshev4enko authored Mar 18, 2024
1 parent d6da0fb commit d4c8d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install and compile Mix dependencies
if: steps.mix-deps-cache.outputs.cache-hit != 'true'
run: mix do deps.get --check-lock, deps.compile
run: mix do deps.get --check-locked, deps.compile

- name: Save Mix dependencies cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit d4c8d52

Please sign in to comment.