adding docker and openssh client installation
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 20s

This commit is contained in:
lila 2026-04-14 18:33:30 +02:00
parent 927ec14e2d
commit 46fb7dbdd2

View file

@ -8,6 +8,9 @@ jobs:
build-and-deploy:
runs-on: docker
steps:
- name: Install tools
run: apt-get update && apt-get install -y docker.io openssh-client
- name: Checkout code
uses: https://data.forgejo.org/actions/checkout@v4