Skip to content

Commit

Permalink
Trigger homebrew build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Dec 22, 2024
1 parent cb26964 commit fc2fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/homebrew-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ jobs:
sleep 10
if kill -0 $APP_PID 2>/dev/null; then
echo "Application started successfully"
echo "cadabra2-gtk started successfully"
kill $APP_PID
exit 0
else
echo "Application failed to start"
echo "cadabra2-gtk failed to start"
exit 1
fi
Expand Down

0 comments on commit fc2fa80

Please sign in to comment.