Skip to content

Commit 8cbbe15

Browse files
authored
Remove actions-rs/cargo (#42)
1 parent b86e715 commit 8cbbe15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
with:
1717
toolchain: ${{ matrix.toolchain }}
1818
override: true
19-
- uses: actions-rs/cargo@v1
20-
with:
21-
command: build
22-
args: --release --all-features
19+
- name: Build
20+
run: cargo build --release --all-features
2321
no_std:
2422
name: no_std
2523
strategy:

0 commit comments

Comments
 (0)