Upgraded action scripts to Node.20

This commit is contained in:
Olof hagsand 2024-01-26 12:56:19 +01:00
parent 391179730e
commit 99e9b89056

View file

@ -12,7 +12,7 @@ jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# 1) checkout and compile natively (no test)
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
@ -31,7 +31,7 @@ jobs:
ubuntu-build-restconf-fcgi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# 1) checkout and compile natively (no test)
- name: install cligen
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
@ -55,7 +55,7 @@ jobs:
run:
working-directory: ./docker/test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# 2) Inline of make test, but without configure
- name: in-line clone
run: git clone file://$(realpath ../..)