Skip to content

Commit 4ee1198

Browse files
jonhooWasabi375
authored andcommitted
Get rid of most actions-rs bits
Given that that project is unmaintained. actions-rs/toolchain#216
1 parent 520db34 commit 4ee1198

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nostd.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ jobs:
1919
- name: rustup target add ${{ matrix.target }}
2020
run: rustup target add ${{ matrix.target }}
2121
- name: cargo check
22-
uses: actions-rs/cargo@v1
23-
with:
24-
command: check
25-
args: --target ${{ matrix.target }} --no-default-features
22+
run: cargo check --target ${{ matrix.target }} --no-default-features

0 commit comments

Comments
 (0)