Skip to content

Commit

Permalink
Exclude getrandom feature on no_std targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 8, 2024
1 parent ea4f6e5 commit 58452e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkcs5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features getrandom,std

# TODO(tarcieri): re-enable this when we're not using unpublished prerelease dependencies
# minimal-versions:
Expand Down

0 comments on commit 58452e4

Please sign in to comment.