Add Fuchsia target before crosscompiling in CI

This commit is contained in:
Kestrer 2021-09-04 19:52:59 +01:00
parent 597b6aed86
commit e902924621
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: cross check --target x86_64-unknown-linux-gnux32
- name: Add fuchsia target
if: startsWith(matrix.os, 'ubuntu')
run: rustup target add x86_64-fuchsia
- name: Fuchsia
if: startsWith(matrix.os, 'ubuntu')
run: cross build --target x86_64-fuchsia