Fix workflow

This commit is contained in:
Caleb Zulawski 2023-07-22 08:58:37 -04:00
parent 36c8bf363f
commit 40f04353d8

View File

@ -184,7 +184,7 @@ jobs:
# MIPS uses a nonstandard binary representation for NaNs which makes it worth testing # MIPS uses a nonstandard binary representation for NaNs which makes it worth testing
# - mips-unknown-linux-gnu # - mips-unknown-linux-gnu
# - mips64-unknown-linux-gnuabi64 # - mips64-unknown-linux-gnuabi64
target_feature: "default" target_feature: [default]
include: include:
- { target: powerpc64-unknown-linux-gnu, target_feature: "native" } - { target: powerpc64-unknown-linux-gnu, target_feature: "native" }
- { target: powerpc64le-unknown-linux-gnu, target_feature: "native" } - { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }