Add Fuchsia to cross workflow on CI

This commit is contained in:
Kestrer 2021-09-04 18:01:56 +01:00
parent 1930801c40
commit bbce346140
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: Fuchsia
if: startsWith(matrix.os, 'ubuntu')
run: cross build --target x86_64-fuchsia
# - name: illumos
# if: startsWith(matrix.os, 'ubuntu')
# run: cross build --target x86_64-unknown-illumos