diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-07-22 08:58:37 -0400 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-07-22 08:58:37 -0400 |
| commit | 40f04353d8fa40484a1df8ca15091b07413b5655 (patch) | |
| tree | 5d0b8a6f5929b9e51e38e219a80476bd703eb42d | |
| parent | 36c8bf363fa8f5afe6e56641ae7fd4ae65bb1deb (diff) | |
| download | rust-40f04353d8fa40484a1df8ca15091b07413b5655.tar.gz rust-40f04353d8fa40484a1df8ca15091b07413b5655.zip | |
Fix workflow
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7758409a92d..73d38b41a38 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" } |
