Skip to content

Commit

Permalink
Workflow: Remove k210 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfcyx committed Dec 13, 2022
1 parent cc3ed1a commit 2ca2132
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doc-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2ca2132

Please sign in to comment.