add user to docker group
This commit is contained in:
parent
a5d7824d5b
commit
19621c4e3b
@ -34,6 +34,12 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
lfs: true
|
lfs: true
|
||||||
|
|
||||||
|
- name: Add Current User to Docker Group
|
||||||
|
run: |
|
||||||
|
sudo usermod -aG docker $USER
|
||||||
|
newgrp docker
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Cache Unity Library (Speeds up builds)
|
- name: Cache Unity Library (Speeds up builds)
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user