Archived
1
Fork 0

Fix YML indents

This commit is contained in:
redstrate 2021-02-15 19:54:56 -05:00
parent d74e54fb86
commit 9a51104ffc

View file

@ -9,9 +9,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Configure - name: Configure
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
- name: Build - name: Build
run: cmake --build build --target all -v run: cmake --build build --target all -v
windows: windows:
runs-on: windows-latest runs-on: windows-latest