Upgraded action scripts to Node.20
This commit is contained in:
parent
391179730e
commit
99e9b89056
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
# 1) checkout and compile natively (no test)
|
# 1) checkout and compile natively (no test)
|
||||||
- name: install cligen
|
- name: install cligen
|
||||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
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:
|
ubuntu-build-restconf-fcgi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
# 1) checkout and compile natively (no test)
|
# 1) checkout and compile natively (no test)
|
||||||
- name: install cligen
|
- name: install cligen
|
||||||
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
|
||||||
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
working-directory: ./docker/test
|
working-directory: ./docker/test
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
# 2) Inline of make test, but without configure
|
# 2) Inline of make test, but without configure
|
||||||
- name: in-line clone
|
- name: in-line clone
|
||||||
run: git clone file://$(realpath ../..)
|
run: git clone file://$(realpath ../..)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue