diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 40f9371..e635948 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -8,10 +8,10 @@ jobs: runs-on: ubuntu-latest steps: + - name: Update packagage cache ... + run: sudo apt-get update - name: Install build dependencies ... - run: - - sudo apt-get update - - sudo apt-get -y install tree tshark + run: sudo apt-get -y install tree tshark - uses: actions/checkout@v1 - name: Generate and run configure script ... run: ./autogen.sh && ./configure