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