File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3838 - name : Install rust tooling for 32 bit builds
3939 run : |
4040 rustup target install i686-unknown-linux-gnu
41+ - name : Install rust toolchain
42+ run : |
43+ rustup toolchain install
4144 - name : cargo check
4245 run : |
4346 cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset
Original file line number Diff line number Diff line change 3333 - uses : taiki-e/install-action@cargo-hack
3434 - run : sudo apt-get update -y
3535 if : matrix.os == 'ubuntu-24.04'
36+ - name : update toolchain
37+ run : rustup toolchain install
3638 - name : cargo check (powerset)
3739 run : cargo hack check --feature-powerset --no-dev-deps
3840 - name : cargo check examples (powerset)
7476 components : clippy
7577 -
uses :
Swatinem/[email protected] 7678 - uses : taiki-e/install-action@cargo-hack
79+ - name : update toolchain
80+ run : rustup toolchain install
7781 - name : clippy (all targets, feature powerset)
7882 run : cargo hack clippy --all-targets --feature-powerset -- -D warnings
7983
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.87.0"
3+ components = [ " rustfmt" , " clippy" ]
4+ targets = [" x86_64-unknown-linux-gnu" , " i686-unknown-linux-gnu" ]
5+ profile = " minimal"
You can’t perform that action at this time.
0 commit comments