From 028a5ccee47eb3071d7482b6abdda9171c8beceb Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sat, 13 Feb 2021 13:12:02 +0000 Subject: [PATCH] Install SSH in the Docker container to test Docker-based Action runs --- .github/workflows/demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index cec28ad..2b34888 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -33,6 +33,7 @@ jobs: image: ubuntu:latest steps: - uses: actions/checkout@v1 + - run: apt update && apt install -y openssh-client - name: Setup key uses: ./ with: