Actions test
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 19s
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 19s
This commit is contained in:
parent
9a7902ed32
commit
096859a3d9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: apt update
|
||||
- run: apt install net-tools
|
||||
- run: apt install 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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user