Skip to content

Commit

Permalink
Get rid of most actions-rs bits
Browse files Browse the repository at this point in the history
Given that that project is unmaintained.

actions-rs/toolchain#216
  • Loading branch information
jonhoo authored and Wasabi375 committed Mar 18, 2023
1 parent 520db34 commit 4ee1198
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nostd.yml
Expand Up @@ -19,7 +19,4 @@ jobs:
- name: rustup target add ${{ matrix.target }}
run: rustup target add ${{ matrix.target }}
- name: cargo check
uses: actions-rs/cargo@v1
with:
command: check
args: --target ${{ matrix.target }} --no-default-features
run: cargo check --target ${{ matrix.target }} --no-default-features

0 comments on commit 4ee1198

Please sign in to comment.