diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 585d366..61cfd36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,8 +5,8 @@ jobs: Explore-GitHub-Actions: runs-on: ubuntu-22.04 steps: - - run: apt update - - run: apt install net-tools iproute2 + - run: apt-get update + - run: apt-get install -yqq net-tools iproute2 - run: ip a - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"