mirror of
https://github.com/casey/just.git
synced 2025-08-04 15:08:39 +00:00
Use consistent rustflags formatting (#994)
This commit is contained in:
parent
6157436dcd
commit
ae172b1f91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue