build: Ninja installation added

This commit is contained in:
Mateusz Pusz
2020-11-05 08:37:46 +01:00
parent 5f859f332e
commit 4f018836c6
2 changed files with 8 additions and 0 deletions

View File

@@ -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:

View File

@@ -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