Fix indents for real this time
This commit is contained in:
parent
9a51104ffc
commit
8a2ffe7eb5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Configure
|
||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
- name: Build
|
||||
run: cmake --build build --target all -v
|
||||
run: cmake --build build --target all -v
|
||||
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
|
|
Reference in a new issue