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