From 9a51104ffc2d2810b828ec18d590b30ba02bb07a Mon Sep 17 00:00:00 2001 From: redstrate <54911369+redstrate@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:54:56 -0500 Subject: [PATCH] Fix YML indents --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb11120..86f54be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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