Skip to content

Commit

Permalink
fix(toolchain): Fix toolchain manager not showing pre-prelease toolch…
Browse files Browse the repository at this point in the history
…ains
  • Loading branch information
TjazVracko committed Nov 6, 2024
1 parent 5542e64 commit 3bf79a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/east/east_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def pre_workspace_command_check(
return

# Check if toolchain for detected ncs version is supported
result = self.run_manager("search", silent=True, return_output=True)
result = self.run_manager("search --show-all", silent=True, return_output=True)

if self.detected_ncs_version in result["output"]:
# Supported but not installed, should we exit program or silently pass?
Expand Down

0 comments on commit 3bf79a5

Please sign in to comment.