yml file indentation correction

This commit is contained in:
Krishna Vedala 2020-05-26 01:18:59 -04:00
parent c4e49b9557
commit 06fe0efc94
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -8,7 +8,6 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -19,9 +18,8 @@ jobs:
with: with:
submodules: true submodules: true
- name: Install requirements - name: Install requirements
run: sudo apt -qq install ninja-buil run: sudo apt -qq install ninja-build
- name: configure - name: configure
run: cmake -G Ninja -B ./build -S . run: cmake -G Ninja -B ./build -S .
- name: build - name: build
run: cmake --build build run: cmake --build build