#16 Disable hacking#show-changes, get package index before attempting to install iputils-ping
This commit is contained in:
parent
6ca2d8ed46
commit
518e3a6abe
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- name: Show changes in the most recent commit
|
# - name: Show changes in the most recent commit
|
||||||
run: |
|
# run: |
|
||||||
git show HEAD^1
|
# git show HEAD^1
|
||||||
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
- run: echo "🍏 This job's status is ${{ gitea.status }}."
|
@ -16,7 +16,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check network connectivity to host
|
- name: Check network connectivity to host
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y iputils
|
sudo apt-get update &&\
|
||||||
|
sudo apt-get install -y iputils-ping
|
||||||
ping -c 1 -t 1 -q 192.168.1.1
|
ping -c 1 -t 1 -q 192.168.1.1
|
||||||
- name: Configure SSH
|
- name: Configure SSH
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user