Fix netcat package name in GitHub Actions workflow

This commit is contained in:
Deploy Bot
2025-07-17 20:28:06 -04:00
parent 398901572b
commit 319f197289

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y bats ssh netcat sudo apt-get install -y bats ssh netcat-openbsd
- name: Set up SSH - name: Set up SSH
run: | run: |