Skip to content

Commit 06fe0ef

Browse files
committed
yml file indentation correction
1 parent c4e49b9 commit 06fe0ef

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/ccpp.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,18 @@ on: [push]
88

99
jobs:
1010
build:
11-
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
matrix:
1514
os: [ubuntu-latest, windows-latest, macOS-latest]
1615

1716
steps:
18-
- uses: actions/checkout@master
19-
with:
20-
submodules: true
21-
- name: Install requirements
22-
run: sudo apt -qq install ninja-buil
23-
- name: configure
24-
run: cmake -G Ninja -B ./build -S .
25-
- name: build
26-
run: cmake --build build
27-
17+
- uses: actions/checkout@master
18+
with:
19+
submodules: true
20+
- name: Install requirements
21+
run: sudo apt -qq install ninja-build
22+
- name: configure
23+
run: cmake -G Ninja -B ./build -S .
24+
- name: build
25+
run: cmake --build build

0 commit comments

Comments
 (0)