Skip to content

Commit e8a40bb

Browse files
committed
Remove --check-lock when installing deps for phoenix_app
On elixir < 1.17 --depth option is not included in mix.lock which makes running deps.get alter mix.lock and so we can't use --check-lock
1 parent 3fb3a0f commit e8a40bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
mix do deps.get --check-locked, deps.compile
6767
cd test_integrations/phoenix_app
68-
mix do deps.get --check-locked, deps.compile
68+
mix do deps.get, deps.compile
6969
7070
- name: Save Mix dependencies cache
7171
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)