Archived
1
Fork 0

Fix indents for real this time

This commit is contained in:
redstrate 2021-02-15 19:55:40 -05:00
parent 9a51104ffc
commit 8a2ffe7eb5

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