Skip to content

Commit

Permalink
fix logic
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 3, 2024
1 parent f0fa203 commit d365775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ runs:
elif [ $DEPENDENCY_TYPE == 'minimum' ]; then
FLAGS="--resolution=lowest-direct"
fi
if [ "$RUNNER_OS" != "Windows" ]; then
if [ "$RUNNER_OS" == "Windows" ]; then
if [ -n "$FLAGS" ]; then
echo "dependency_type not supported on Windows"
exit 1
Expand Down

0 comments on commit d365775

Please sign in to comment.