Skip to content

Commit

Permalink
update github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed Apr 27, 2024
1 parent 1b08c00 commit f870139
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# NATIVE BUILD and TEST
- name: install cligen native
run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install)
- name: install ssl, nghttp2, curl
run: sudo apt install -y libssl-dev libnghttp2-dev libcurl4-openssl-dev
- name: install ssl, nghttp2
run: sudo apt install -y libssl-dev libnghttp2-dev
- name: install libcurl
run: sudo apt install -y libcurl4-openssl-dev
- name: install clixon native
run: (git clone https://github.com/clicon/clixon.git && cd clixon && ./configure && make && sudo make install)
- name: configure
Expand Down

0 comments on commit f870139

Please sign in to comment.