test: install docker

This commit is contained in:
2023-08-30 10:52:27 +02:00
parent 28209e3459
commit 158549762a

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- uses: actions/checkout@v3