Skip to content

Commit 10a1c24

Browse files
committed
Install netcat to test status updates
1 parent 1969888 commit 10a1c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cd /workspace
5151
echo "Running in ${PWD}"
5252
sudo apt update
53-
sudo apt install -y openssh-server openssh-client
53+
sudo apt install -y openssh-server openssh-client netcat-traditional
5454
mkdir -p "$HOME/.ssh"
5555
chmod 0755 "$HOME"
5656
chmod 0700 "$HOME/.ssh"

0 commit comments

Comments
 (0)