workflow: Added apt update to fix installation

This commit is contained in:
igo95862 2021-06-24 07:17:28 +00:00 committed by GitHub
parent e44ee78b2e
commit cd225334b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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