From 8a2ffe7eb5d4268cfa93b58855e3e0c97baa4314 Mon Sep 17 00:00:00 2001 From: redstrate <54911369+redstrate@users.noreply.github.com> Date: Mon, 15 Feb 2021 19:55:40 -0500 Subject: [PATCH] Fix indents for real this time --- .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 86f54be..cd350b2 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