Skip to content

Commit 75252bc

Browse files
authored
ci: Fix the fuchsia tests (#343)
The target triple name was changed in rust-lang/rust#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 <[email protected]>
1 parent 41b8981 commit 75252bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
strategy:
269269
matrix:
270270
target: [
271-
x86_64-fuchsia,
271+
x86_64-unknown-fuchsia,
272272
x86_64-unknown-redox,
273273
x86_64-fortanix-unknown-sgx,
274274
]

0 commit comments

Comments
 (0)