Skip to content

Commit 047482e

Browse files
committed
chore
1 parent 22eae59 commit 047482e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
toolchain: ${{ matrix.rust }}
6565
targets: ${{ matrix.target }}
6666
- env:
67-
RUSTFLAGS: --cfg getrandom_backend="unsupported"
68-
- run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
67+
RUSTFLAGS: --cfg getrandom_backend="unsupported"
68+
run: cargo build --no-default-features --features tls12,alloc --release --target ${{ matrix.target }}
6969

7070
test:
7171
strategy:

0 commit comments

Comments
 (0)