We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c8bf3 commit 40f0435Copy full SHA for 40f0435
.github/workflows/ci.yml
@@ -184,7 +184,7 @@ jobs:
184
# MIPS uses a nonstandard binary representation for NaNs which makes it worth testing
185
# - mips-unknown-linux-gnu
186
# - mips64-unknown-linux-gnuabi64
187
- target_feature: "default"
+ target_feature: [default]
188
include:
189
- { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }
0 commit comments