Commit d0c8d45a authored by Victor Zverovich's avatar Victor Zverovich

apt update before install

parent c9a10631
...@@ -12,6 +12,7 @@ jobs: ...@@ -12,6 +12,7 @@ jobs:
- name: Create Build Environment - name: Create Build Environment
run: | run: |
sudo apt update
sudo apt install doxygen python3-virtualenv sudo apt install doxygen python3-virtualenv
sudo npm install -g less clean-css sudo npm install -g less clean-css
cmake -E make_directory ${{runner.workspace}}/build cmake -E make_directory ${{runner.workspace}}/build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment