Skip to content

Commit 9d21d93

Browse files
committed
use apt-get
1 parent a3a5327 commit 9d21d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup SSH Server
114114
shell: wsl-run {0}
115115
run: |
116-
apt update && apt upgrade -y
116+
apt-get update && apt-get upgrade -y
117117
apt-get install -y podman
118118
podman build -t renci-ssh-tests-server-image -f test/Renci.SshNet.IntegrationTests/Dockerfile test/Renci.SshNet.IntegrationTests/
119119
podman run --rm -h renci-ssh-tests-server -d -p 2222:22 renci-ssh-tests-server-image

0 commit comments

Comments
 (0)