Skip to content

Commit

Permalink
fix flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 25, 2024
1 parent f4c3a97 commit e2746bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2746bc

Please sign in to comment.