ci: Fix the fuchsia tests (#343)

The target triple name was changed in https://github.com/rust-lang/rust/pull/106429

While `rustc` known the old spelling of the triple, `rustup` does not,
so the toolchain download was not working.

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joseph Richey
2023-03-09 20:35:51 -08:00
committed by GitHub
parent 41b89814e3
commit 75252bca49
+1 -1
View File
@@ -268,7 +268,7 @@ jobs:
strategy:
matrix:
target: [
x86_64-fuchsia,
x86_64-unknown-fuchsia,
x86_64-unknown-redox,
x86_64-fortanix-unknown-sgx,
]