File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3838
3939 build_nostd_multiboot2_msrv :
4040 name : build no_std (msrv)
41+ needs : build_multiboot2_msrv
4142 uses : ./.github/workflows/_build-rust.yml
4243 with :
4344 rust-version : 1.56.1
4647
4748 build_nostd_multiboot2_stable :
4849 name : build no_std (stable)
50+ needs : build_multiboot2_stable
4951 uses : ./.github/workflows/_build-rust.yml
5052 with :
5153 rust-version : stable
5456
5557 build_nostd_multiboot2_nightly :
5658 name : build no_std (nightly)
59+ needs : build_multiboot2_nightly
5760 uses : ./.github/workflows/_build-rust.yml
5861 with :
5962 rust-version : nightly
6265
6366 style_multiboot2_msrv :
6467 name : style (msrv)
68+ needs : build_multiboot2_msrv
6569 uses : ./.github/workflows/_build-rust.yml
6670 with :
6771 rust-version : 1.56.1
7074
7175 style_multiboot2_stable :
7276 name : style (stable)
77+ needs : build_multiboot2_stable
7378 uses : ./.github/workflows/_build-rust.yml
7479 with :
7580 rust-version : stable
You can’t perform that action at this time.
0 commit comments