From ae172b1f91f4efba2a7763a0e8b48e00e4b2adfa Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 11 Oct 2021 17:23:44 -0700 Subject: [PATCH] Use consistent rustflags formatting (#994) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 183f436..49cd264 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs: runs-on: ${{matrix.os}} env: - RUSTFLAGS: --deny warnings --codegen=target-feature=+crt-static + RUSTFLAGS: --deny warnings --codegen target-feature=+crt-static steps: - uses: actions/checkout@v2