diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 165615d..1a5856b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Build run: rustup run $CI_NIGHTLY_TOOLCHAIN cargo check -vv env: - RUSTFLAGS: "-Zcodegen-backend=cranelift,-L native=local_libs" + RUSTFLAGS: "-Zcodegen-backend=cranelift,-Lnative=local_libs" - name: Clippy uses: giraffate/clippy-action@v1 with: