GitHub Actions: Run apt update before downloading packages.

This commit is contained in:
Kristofer Hallin 2024-04-29 11:28:07 +02:00 committed by Olof Hagsand
parent f6993de7eb
commit bafbf0c7aa

View file

@ -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