Ensure uuidgen is installed to call the action
Jekyll / jekyll (pull_request) Failing after 27s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-23 21:16:26 +02:00
parent c4052eaf9e
commit eaa1f1fb85
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
id: install_docker
run: |
apt-get -q update
apt-get -q install -y docker-compose
apt-get -q install -y docker-compose uuid-runtime
apt-get -q clean
- name: Verify docker
id: verify_docker