Workflow: Remove k210 support.
This commit is contained in:
parent
19964a0ced
commit
d0c8246901
1 changed files with 2 additions and 4 deletions
4
.github/workflows/doc-and-test.yml
vendored
4
.github/workflows/doc-and-test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
components: rust-src, llvm-tools-preview
|
||||
target: riscv64gc-unknown-none-elf
|
||||
- name: Build doc
|
||||
run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
|
||||
run: cd os && cargo doc --no-deps --verbose
|
||||
- name: Deploy to Github Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
@ -66,5 +66,3 @@ jobs:
|
|||
run: cd os && make run TEST=1
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: Build for k210
|
||||
run: cd os && make build BOARD=k210
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue