github actions: dont add www-data
This commit is contained in:
parent
f7162297d3
commit
4b2430e007
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: install libevhtp
|
||||
run: (git clone https://github.com/clicon/clixon-libevhtp.git && cd clixon-libevhtp && ./configure && make && sudo make install)
|
||||
- name: clixon and www-data users
|
||||
run: sudo useradd -M www-data && sudo useradd -M -U clicon && sudo usermod -a -G clicon www-data
|
||||
run: sudo useradd -M -U clicon && sudo usermod -a -G clicon www-data
|
||||
- name: configure
|
||||
run: ./configure --with-restconf=native
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue