List docker packages
Jekyll / test-ci-actions (push) Failing after 10s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-15 10:03:17 +02:00
parent b081b1db58
commit 05fbd8f0ed
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
- name: Install docker
id: install_docker
run: |
whoami
apt list "*docker*"
apt install --quiet docker-compose
- name: Verify docker
id: verify_docker