Skip sudo for now
Jekyll / test-ci-actions (push) Failing after 3s
Details
Jekyll / test-ci-actions (push) Failing after 3s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
1666286fd5
commit
b081b1db58
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue