File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,11 @@ jobs:
61
61
timeout-minutes : 60
62
62
steps :
63
63
- uses : taiki-e/checkout-action@v1
64
- - name : Install Rust
65
- run : rustup toolchain add "${{ matrix.rust }}" --no-self-update --component rust-src && rustup default "${{ matrix.rust }}"
66
- - run : rustup toolchain add nightly --no-self-update
67
- - run : rustup target add thumbv6m-none-eabi
64
+ - uses : taiki-e/github-actions/install-rust@main
65
+ with :
66
+ toolchain : ${{ matrix.rust }}
67
+ component : rust-src
68
+ target : thumbv6m-none-eabi
68
69
- uses : taiki-e/install-action@cargo-hack
69
70
- uses : taiki-e/install-action@cargo-minimal-versions
70
71
- uses : taiki-e/install-action@cargo-careful
78
79
- run : cargo hack build --workspace --no-private --feature-powerset --no-dev-deps
79
80
- run : cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
80
81
- run : cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features
81
- if : matrix.rust != '1.37'
82
82
- run : cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features --direct
83
83
if : matrix.rust != '1.37'
You can’t perform that action at this time.
0 commit comments