mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
apt update before install
This commit is contained in:
1
.github/workflows/doc.yml
vendored
1
.github/workflows/doc.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user