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 56bf4c3 commit 3d9962eCopy full SHA for 3d9962e
1 file changed
.github/workflows/ci.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Build | Compile
38
run: cargo build
39
- name: Build | Compile no_std
40
- run: cargo build --no-default-features --features portable-atomic,heapless,critical-section --target riscv32imc-unknown-none-elf
+ run: cargo build --no-default-features --features portable-atomic,critical-section --target riscv32imc-unknown-none-elf
41
- name: Build | Test
42
run: cargo test
0 commit comments