Add sudo for useradd pipeline
This commit is contained in:
parent
153f537362
commit
11460c5f92
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
- name: Create user and group
|
||||
run: useradd -u 1000 test
|
||||
run: sudo useradd -u 1000 test
|
||||
|
||||
- name: Run install script
|
||||
run: sudo ./scripts/start.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue