Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jan 8, 2024
1 parent 3704de2 commit 5740d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
rustup override set $msrv
rustup component add clippy --toolchain $msrv
- name: Disable warnings and clippy checks on latest
if: matrix.rust == 'latest'
run: echo RUSTFLAGS= >> $GITHUB_ENV
- run: rustup update
- run: rustup target add ${{ matrix.sys.target }}
Expand Down Expand Up @@ -98,7 +99,6 @@ jobs:
run: |
msrv="$(cargo metadata --format-version 1 --no-deps | jq -r '.packages | map(.rust_version) | map(values) | min')"
rustup override set $msrv
rustup component add clippy --toolchain $msrv
- name: Disable warnings and clippy checks on latest
if: matrix.rust == 'latest'
run: echo RUSTFLAGS= >> $GITHUB_ENV
Expand Down

0 comments on commit 5740d08

Please sign in to comment.