diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 713f6a391cd79..c1154830af20f 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -333,7 +333,7 @@ jobs: - name: Setup Rust toolchain run: TOOLCHAIN=nightly sh ./ci/install-rust.sh - name: Build with check-cfg - run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg=features,names,values,output + run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg docs: permissions: