We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22eae59 commit 047482eCopy full SHA for 047482e
.github/workflows/rustls-rustcrypto.yml
@@ -64,8 +64,8 @@ jobs:
64
toolchain: ${{ matrix.rust }}
65
targets: ${{ matrix.target }}
66
- env:
67
- RUSTFLAGS: --cfg getrandom_backend="unsupported"
68
- - run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
+ RUSTFLAGS: --cfg getrandom_backend="unsupported"
+ run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
69
70
test:
71
strategy:
0 commit comments