Skip to content

Commit

Permalink
ci: Fix the fuchsia tests
Browse files Browse the repository at this point in the history
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 <joerichey@google.com>
  • Loading branch information
josephlr committed Mar 9, 2023
1 parent 41b8981 commit 93c3074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
strategy:
matrix:
target: [
x86_64-fuchsia,
x86_64-unknown-fuchsia,
x86_64-unknown-redox,
x86_64-fortanix-unknown-sgx,
]
Expand Down

0 comments on commit 93c3074

Please sign in to comment.