From 40f04353d8fa40484a1df8ca15091b07413b5655 Mon Sep 17 00:00:00 2001 From: Caleb Zulawski Date: Sat, 22 Jul 2023 08:58:37 -0400 Subject: [PATCH] Fix workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7758409a92d7..73d38b41a386 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: # MIPS uses a nonstandard binary representation for NaNs which makes it worth testing # - mips-unknown-linux-gnu # - mips64-unknown-linux-gnuabi64 - target_feature: "default" + target_feature: [default] include: - { target: powerpc64-unknown-linux-gnu, target_feature: "native" } - { target: powerpc64le-unknown-linux-gnu, target_feature: "native" }