workflow: Added apt update to fix installation

pull/1825/head
igo95862 3 years ago committed by GitHub
parent e44ee78b2e
commit cd225334b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,7 @@ jobs:
steps:
- name: Install tools and libraries via APT
run: |
sudo apt update
sudo apt install -y \
build-essential \
cmake \

Loading…
Cancel
Save