diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0352b6199b..9762a8ecf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: set -e # wgpu_core package - cargo +${{ env.DOCS_RUST_VERSION }} doc --target ${{ matrix.target }} \ + cargo doc --target ${{ matrix.target }} \ --package wgpu-core \ --package wgpu-hal \ --package naga \