We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f42c97 commit 21374afCopy full SHA for 21374af
.github/workflows/python-package.yml
@@ -46,7 +46,7 @@ jobs:
46
cd /workspace
47
echo "Running in ${PWD}"
48
sudo apt update
49
- sudo apt install -y openssh-server openssh-client
+ sudo apt install -y openssh-server openssh-client curl
50
mkdir -p "$HOME/.ssh"
51
chmod 0755 "$HOME"
52
chmod 0700 "$HOME/.ssh"
0 commit comments