Skip to content

Commit

Permalink
Disable the x86_64-unknown-fuchsia target too
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 31, 2024
1 parent 9b68d1c commit 0723a80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ jobs:
target: x86_64-apple-ios
- os: ubuntu-latest
target: x86_64-fortanix-unknown-sgx
- os: ubuntu-latest
target: x86_64-unknown-fuchsia
# `rust-std` seems to be not available?
# - os: ubuntu-latest
# target: x86_64-unknown-fuchsia
- os: ubuntu-latest
target: x86_64-linux-android
- os: ubuntu-latest
Expand Down

0 comments on commit 0723a80

Please sign in to comment.