github actions: native restconf

This commit is contained in:
Olof hagsand 2021-06-16 13:09:13 +02:00
parent 113f92ab41
commit f66916ae57

View file

@ -14,9 +14,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install cligen - name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure --with-restconf=native && make && sudo make install) run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
- name: configure - name: configure
run: ./configure run: ./configure --with-restconf=native
- name: make - name: make
run: make run: make
- name: make install - name: make install