Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 3, 2024
1 parent 8de4937 commit f0fa203
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 @@ -134,7 +134,7 @@ runs:
fi
if [ "$RUNNER_OS" != "Windows" ]; then
if [ -n "$FLAGS" ]; then
echo "dependency_type not supported on "Windows"
echo "dependency_type not supported on Windows"
exit 1
else
exit 0
Expand Down

0 comments on commit f0fa203

Please sign in to comment.