Skip to content

Commit

Permalink
chore: try remove allow downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhou-snyk committed Oct 14, 2022
1 parent 11d403e commit d17cbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ commands:
steps:
- run:
name: Installing Elixir
command: choco install elixir --version << parameters.elixir_version >> --allow-downgrade
command: choco install elixir --version << parameters.elixir_version >> -y
setup_snyk_user:
steps:
- run:
Expand Down

0 comments on commit d17cbc5

Please sign in to comment.