Skip to content

Commit d244d7b

Browse files
committed
Remove no longer needed build step
1 parent 6b30ea4 commit d244d7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
run: rustup override set "${{ needs.rust-version.outputs.rust-version }}"
3535
- name: Build
3636
run: cargo build --workspace
37-
- name: 'Build with #![no_std]'
38-
run: cargo build --workspace --no-default-features
3937
test:
4038
name: Test
4139
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)