mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
yml file indentation correction
This commit is contained in:
parent
c4e49b9557
commit
06fe0efc94
20
.github/workflows/ccpp.yml
vendored
20
.github/workflows/ccpp.yml
vendored
@ -8,20 +8,18 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user