GitHub Actions: Run apt update before downloading packages.
This commit is contained in:
parent
f6993de7eb
commit
bafbf0c7aa
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,6 +16,8 @@ jobs:
|
|||
# 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)
|
||||
- name: run apt update
|
||||
run: sudo apt update
|
||||
- name: install dependencies
|
||||
run: sudo apt install -y libssl-dev libnghttp2-dev
|
||||
- name: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue