Skip to content

Commit 40f0435

Browse files
committed
Fix workflow
1 parent 36c8bf3 commit 40f0435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
# MIPS uses a nonstandard binary representation for NaNs which makes it worth testing
185185
# - mips-unknown-linux-gnu
186186
# - mips64-unknown-linux-gnuabi64
187-
target_feature: "default"
187+
target_feature: [default]
188188
include:
189189
- { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
190190
- { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }

0 commit comments

Comments
 (0)