branch: externals/hyperbole
commit 4e26fd71e16e7583505693fcbf0fa203680a7357
Author: Robert Weiner <r...@gnu.org>
Commit: GitHub <nore...@github.com>

    Update main.yml - Add 'yes yes |' to prevent prompting
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index fe5a5cebbc..1daaac870a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,8 +26,8 @@ jobs:
       - name: Compile
         shell: bash
         run: |
-          apt-get -y update
-          apt-get install man
+          yes yes | apt-get update
+          yes yes | apt-get install man
           make bin 2>&1 | tee MAKE_BIN_OUTPUT
           echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc 
-l)" >> $GITHUB_STEP_SUMMARY
           echo '```' >> $GITHUB_STEP_SUMMARY

Reply via email to