Skip to content

Commit

Permalink
Enable mac build in PR
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <safinsaft@gmail.com>
  • Loading branch information
safinsaf authored and appetrosyan committed Mar 30, 2023
1 parent fdc2c1e commit 829357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-iroha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
echo >/tmp/comment_body "/build ubuntu debug release normal gcc-10"
fi ;;
push) commit_message_body_build_spec >/tmp/comment_body || {
echo "/build ubuntu debug release normal gcc-10"
echo "/build macos ubuntu debug release normal gcc-10"
} >/tmp/comment_body ;;
workflow_dispatch) echo >/tmp/comment_body "${{github.event.inputs.build_spec}}" ;;
*) echo >&2 "::error::Unexpected event"; false ;;
Expand Down

0 comments on commit 829357f

Please sign in to comment.