File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ jobs:
123
123
build_feature_permutations :
124
124
name : Build (feature permutations)
125
125
runs-on : ubuntu-latest
126
+ env :
127
+ # TODO: temporarily allow warnings to not be errors on nightly due to
128
+ # incorrect dead_code lint.
129
+ # https://github.com/rust-osdev/uefi-rs/issues/1205
130
+ RUSTFLAGS : " "
126
131
steps :
127
132
- name : Checkout sources
128
133
uses : actions/checkout@v4
@@ -134,6 +139,11 @@ jobs:
134
139
nightly_channel :
135
140
name : Build (nightly + unstable feature)
136
141
runs-on : ubuntu-latest
142
+ env :
143
+ # TODO: temporarily allow warnings to not be errors on nightly due to
144
+ # incorrect dead_code lint.
145
+ # https://github.com/rust-osdev/uefi-rs/issues/1205
146
+ RUSTFLAGS : " "
137
147
steps :
138
148
- name : Checkout sources
139
149
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments