Skip to content

Commit

Permalink
add ci check for haiku
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanga committed Sep 30, 2023
1 parent 2897b72 commit 560abda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Check selected Tier 3 targets
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
run: cargo check -Z build-std --target=riscv32imc-esp-espidf
- name: Check haiku
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
run: cargo check -Z build-std --target x86_64-unknown-haiku

cross:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 560abda

Please sign in to comment.