Skip to content

Commit

Permalink
ci(github): fix no_std build
Browse files Browse the repository at this point in the history
  • Loading branch information
codahale committed Oct 19, 2023
1 parent 60917a5 commit 1a055ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --each-feature --exclude-features default,std,hedge,asm
- run: cargo build --target ${{ matrix.target }} --no-default-features --features portable

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1a055ca

Please sign in to comment.