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 38
38
- name : Install rust tooling for 32 bit builds
39
39
run : |
40
40
rustup target install i686-unknown-linux-gnu
41
+ - name : Install rust toolchain
42
+ run : |
43
+ rustup toolchain install
41
44
- name : cargo check
42
45
run : |
43
46
cargo hack check --all-targets --target=i686-unknown-linux-gnu --feature-powerset
Original file line number Diff line number Diff line change 33
33
- uses : taiki-e/install-action@cargo-hack
34
34
- run : sudo apt-get update -y
35
35
if : matrix.os == 'ubuntu-24.04'
36
+ - name : update toolchain
37
+ run : rustup toolchain install
36
38
- name : cargo check (powerset)
37
39
run : cargo hack check --feature-powerset --no-dev-deps
38
40
- name : cargo check examples (powerset)
74
76
components : clippy
75
77
-
uses :
Swatinem/[email protected]
76
78
- uses : taiki-e/install-action@cargo-hack
79
+ - name : update toolchain
80
+ run : rustup toolchain install
77
81
- name : clippy (all targets, feature powerset)
78
82
run : cargo hack clippy --all-targets --feature-powerset -- -D warnings
79
83
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