From 9a7902ed32a6a0a6e63bf06134e6d5076acb8aa2 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 30 Sep 2023 18:13:46 +0300 Subject: [PATCH] Actions test --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c632f4..200e0b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,9 @@ jobs: Explore-GitHub-Actions: runs-on: ubuntu-22.04 steps: + - run: apt update + - run: apt install net-tools + - 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!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."