Skip sudo for now
Jekyll / test-ci-actions (push) Failing after 3s Details

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

View File

@ -34,7 +34,7 @@ jobs:
- name: Install docker
id: install_docker
run: |
sudo apt install --quiet docker-compose
apt install --quiet docker-compose
- name: Verify docker
id: verify_docker
run: |