Skip to content

Commit

Permalink
CI: Install cargo-no-std-check correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
kupiakos committed Jul 8, 2023
1 parent e78201a commit cc76a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: no-std-check
args: cargo-no-std-check

# https://github.com/mystor/cargo-no-std-check/issues/2
# `--no-default-features` doesn't work with `--workspace` correctly.
Expand Down

0 comments on commit cc76a5e

Please sign in to comment.