From 815c281c488c32d3ce70a949b1b78ebc7e3eaa39 Mon Sep 17 00:00:00 2001 From: Andrew Helwer Date: Tue, 28 Sep 2021 18:52:12 -0400 Subject: [PATCH] Fix ci.yml format --- .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 28e5979d..ac588053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,8 +137,8 @@ jobs: - name: Build CLI run: | - $env:RUSTFLAGS="-D warnings" - cargo build --release + $env:RUSTFLAGS="-D warnings" + cargo build --release - name: Set up fixture parsers run: |