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 a3a5327 commit 9d21d93Copy full SHA for 9d21d93
.github/workflows/build.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Setup SSH Server
114
shell: wsl-run {0}
115
run: |
116
- apt update && apt upgrade -y
+ apt-get update && apt-get upgrade -y
117
apt-get install -y podman
118
podman build -t renci-ssh-tests-server-image -f test/Renci.SshNet.IntegrationTests/Dockerfile test/Renci.SshNet.IntegrationTests/
119
podman run --rm -h renci-ssh-tests-server -d -p 2222:22 renci-ssh-tests-server-image
0 commit comments