github actions update

This commit is contained in:
Olof Hagsand 2022-12-12 18:19:09 +01:00
parent 7621b2f2f3
commit 04df38ddfa

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# 1) checkout and compile natively
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)