forked from mpusz/mp-units
build: Ninja installation added
This commit is contained in:
3
.github/workflows/conan-ci.yml
vendored
3
.github/workflows/conan-ci.yml
vendored
@@ -41,6 +41,9 @@ jobs:
|
||||
name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Ninja
|
||||
run: |
|
||||
sudo apt install ninja-build
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
5
.github/workflows/documentation.yml
vendored
5
.github/workflows/documentation.yml
vendored
@@ -20,6 +20,8 @@
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
name: Documentation
|
||||
|
||||
on: [push, pull_request]
|
||||
# on:
|
||||
# push:
|
||||
@@ -53,6 +55,9 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Install Ninja
|
||||
run: |
|
||||
sudo apt install ninja-build
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip install -Ur docs/requirements.txt
|
||||
|
Reference in New Issue
Block a user