diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e635948..27a4d49 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -11,7 +11,7 @@ jobs: - name: Update packagage cache ... run: sudo apt-get update - name: Install build dependencies ... - run: sudo apt-get -y install tree tshark + run: DEBIAN_FRONTEND=noninteractive sudo apt-get -y install tree tshark - uses: actions/checkout@v1 - name: Generate and run configure script ... run: ./autogen.sh && ./configure