We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef855a0 commit 971a9a9Copy full SHA for 971a9a9
.github/workflows/doc-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
components: rust-src, llvm-tools-preview
19
target: riscv64gc-unknown-none-elf
20
- name: Build doc
21
- run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
+ run: cd os && cargo doc --no-deps --verbose
22
- name: Deploy to Github Pages
23
uses: peaceiris/actions-gh-pages@v3
24
with:
@@ -66,5 +66,3 @@ jobs:
66
run: cd os && make run TEST=1
67
timeout-minutes: 10
68
69
- - name: Build for k210
70
- run: cd os && make build BOARD=k210
0 commit comments