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 38
38
39
39
build_nostd_multiboot2_msrv :
40
40
name : build no_std (msrv)
41
+ needs : build_multiboot2_msrv
41
42
uses : ./.github/workflows/_build-rust.yml
42
43
with :
43
44
rust-version : 1.56.1
46
47
47
48
build_nostd_multiboot2_stable :
48
49
name : build no_std (stable)
50
+ needs : build_multiboot2_stable
49
51
uses : ./.github/workflows/_build-rust.yml
50
52
with :
51
53
rust-version : stable
54
56
55
57
build_nostd_multiboot2_nightly :
56
58
name : build no_std (nightly)
59
+ needs : build_multiboot2_nightly
57
60
uses : ./.github/workflows/_build-rust.yml
58
61
with :
59
62
rust-version : nightly
62
65
63
66
style_multiboot2_msrv :
64
67
name : style (msrv)
68
+ needs : build_multiboot2_msrv
65
69
uses : ./.github/workflows/_build-rust.yml
66
70
with :
67
71
rust-version : 1.56.1
70
74
71
75
style_multiboot2_stable :
72
76
name : style (stable)
77
+ needs : build_multiboot2_stable
73
78
uses : ./.github/workflows/_build-rust.yml
74
79
with :
75
80
rust-version : stable
You can’t perform that action at this time.
0 commit comments