Skip to content

Commit 83e25b2

Browse files
committed
Disable builds for x86_64-fuchsia
CI fails because there is no std lib: error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-fuchsia'
1 parent ffa7487 commit 83e25b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ jobs:
204204
target:
205205
- wasm32-unknown-unknown
206206
- wasm32-wasi
207-
- x86_64-fuchsia
208207
- x86_64-fortanix-unknown-sgx
209208
- x86_64-unknown-illumos
209+
# - x86_64-fuchsia # error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 'x86_64-fuchsia'
210210
steps:
211211
- uses: actions/checkout@v3
212212
with:

0 commit comments

Comments
 (0)