Skip to content

Commit 3990416

Browse files
committed
Fix deprecation warning for mix
1 parent 7ca25d2 commit 3990416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Install and compile dependencies
7575
if: steps.cache.outputs.cache-hit != 'true'
76-
run: mix do deps.get, deps.compile
76+
run: mix do deps.get + deps.compile
7777

7878
- name: Find unused dependencies # https://hexdocs.pm/mix/Mix.Tasks.Deps.Unlock.html
7979
run: mix deps.unlock --check-unused

0 commit comments

Comments
 (0)