Skip to content

Commit 21374af

Browse files
committed
Need to install curl
1 parent 4f42c97 commit 21374af

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
@@ -46,7 +46,7 @@ jobs:
4646
cd /workspace
4747
echo "Running in ${PWD}"
4848
sudo apt update
49-
sudo apt install -y openssh-server openssh-client
49+
sudo apt install -y openssh-server openssh-client curl
5050
mkdir -p "$HOME/.ssh"
5151
chmod 0755 "$HOME"
5252
chmod 0700 "$HOME/.ssh"

0 commit comments

Comments
 (0)