Skip to content

Commit 971a9a9

Browse files
committed
Workflow: Remove k210 support.
1 parent ef855a0 commit 971a9a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/doc-and-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
components: rust-src, llvm-tools-preview
1919
target: riscv64gc-unknown-none-elf
2020
- name: Build doc
21-
run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
21+
run: cd os && cargo doc --no-deps --verbose
2222
- name: Deploy to Github Pages
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
@@ -66,5 +66,3 @@ jobs:
6666
run: cd os && make run TEST=1
6767
timeout-minutes: 10
6868

69-
- name: Build for k210
70-
run: cd os && make build BOARD=k210

0 commit comments

Comments
 (0)