This commit is contained in:
parent
2f0a4ea2e6
commit
573f58fd5d
@ -12,6 +12,11 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install sudo
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y sudo
|
||||
|
||||
- name: Setup docker
|
||||
uses: docker/setup-docker-action@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user