why can't we find netcat?
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 16s
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 16s
This commit is contained in:
parent
df358cfb4b
commit
a1cb23c13f
@ -12,6 +12,16 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Prepare environment
|
||||||
|
id: setup
|
||||||
|
run: |
|
||||||
|
echo "=== Debug: Starting setup ==="
|
||||||
|
echo "Current dir: $(pwd)"
|
||||||
|
echo "Files in repo: $(ls -la)"
|
||||||
|
apt-get update && apt install -y netcat-traditional
|
||||||
|
nc -h
|
||||||
|
echo "=== Debug: Setup complete ==="
|
||||||
|
|
||||||
- name: Find changed source files
|
- name: Find changed source files
|
||||||
id: files
|
id: files
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user