Switch to apt-get
Jekyll / test-ci-actions (push) Successful in 14s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 13:52:09 +02:00
parent 5f590082f3
commit 42a6f94691
1 changed files with 3 additions and 4 deletions

View File

@ -34,10 +34,9 @@ jobs:
- name: Install docker
id: install_docker
run: |
whoami
apt update
apt list "*docker*"
apt install --quiet docker-compose
apt-get -q update
apt-get -q install -y docker-compose
apt-get -q clean
- name: Verify docker
id: verify_docker
run: |