apt update before install

This commit is contained in:
Victor Zverovich 2021-06-26 06:29:53 -07:00
parent c9a10631cb
commit d0c8d45a2e

View File

@ -12,6 +12,7 @@ jobs:
- name: Create Build Environment
run: |
sudo apt update
sudo apt install doxygen python3-virtualenv
sudo npm install -g less clean-css
cmake -E make_directory ${{runner.workspace}}/build