Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 6f83592

Browse files
authored
Merge pull request #78 from tnull/2024-01-fix-lsps1-doc-ci
Use `RUSTDOCFLAGS` in CI
2 parents 587ffe7 + efcabae commit 6f83592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
run: |
3636
cargo doc --release
3737
cargo doc --no-default-features --features no-std
38-
RUSTFLAGS="--cfg lsps1" cargo doc --release
39-
RUSTFLAGS="--cfg lsps1" cargo doc --no-default-features --features no-std
38+
RUSTDOCFLAGS="--cfg lsps1" cargo doc --release
39+
RUSTDOCFLAGS="--cfg lsps1" cargo doc --no-default-features --features no-std
4040
- name: Build on Rust ${{ matrix.toolchain }}
4141
run: cargo build --verbose --color always
4242
- name: Check formatting

0 commit comments

Comments
 (0)