Skip to content

Commit

Permalink
Remove --check-lock when installing deps for phoenix_app
Browse files Browse the repository at this point in the history
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
  • Loading branch information
solnic committed Sep 27, 2024
1 parent e58ffcb commit cb77932
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 @@ -65,7 +65,7 @@ jobs:
run: |
mix do deps.get --check-locked, deps.compile
cd test_integrations/phoenix_app
mix do deps.get --check-locked, deps.compile
mix do deps.get, deps.compile
- name: Save Mix dependencies cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit cb77932

Please sign in to comment.